changed monitor setup; minor teaks
This commit is contained in:
@@ -129,7 +129,7 @@ set $ws10 "10"
|
||||
|
||||
# Define monitor outputs
|
||||
set $internal eDP1
|
||||
set $external_1 DP2-2
|
||||
set $external_1 DP2-3
|
||||
set $external_tv DP2-1
|
||||
|
||||
# switch to workspace
|
||||
@@ -161,8 +161,9 @@ workspace $ws1 output $external_1
|
||||
workspace $ws2 output $internal
|
||||
workspace $ws3 output $external_tv
|
||||
|
||||
# asssign workspace to apps
|
||||
# asssign apps to workspace
|
||||
assign [class="google-chrome"] $ws1
|
||||
assign [class="Surf"] $ws2
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c reload
|
||||
@@ -211,6 +212,7 @@ bindsym $mod+r mode "resize"
|
||||
|
||||
for_window [class="Yad"] floating enable
|
||||
for_window [class="Termite"] border pixel 1
|
||||
for_window [class="Surf"] border pixel 1
|
||||
|
||||
set $mode_display ext1->int->tv (3), ext1->int (2), External (x), Internal (i)
|
||||
mode "$mode_display" {
|
||||
@@ -243,6 +245,10 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume $(pactl
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume $(pactl list short sinks | grep RUNNING | cut -f1) -5%
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute $(pactl list short sinks | grep RUNNING | cut -f1) toggle # mute sound
|
||||
|
||||
bindsym Control+XF86AudioRaiseVolume exec --no-startup-id /home/felix/bin/av-receiver_volume-up.sh
|
||||
bindsym Control+XF86AudioLowerVolume exec --no-startup-id /home/felix/bin/av-receiver_volume-down.sh
|
||||
bindsym Control+XF86AudioMute exec --no-startup-id /home/felix/bin/av-receiver_volume-mute.sh
|
||||
|
||||
# Screen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
|
||||
@@ -274,6 +280,7 @@ exec i3-msg workspace $ws1
|
||||
# Start default applications
|
||||
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
|
||||
exec_always --no-startup-id nitrogen --head=0 --set-scaled $HOME/Pictures/Wallpapers/Annapurna.jpg
|
||||
exec_always --no-startup-id surf https://hass.nobodynhio.com
|
||||
exec_always --no-startup-id numlockx on
|
||||
exec_always --no-startup-id sudo tlp start
|
||||
exec --no-startup-id greenclip daemon
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
32166
|
||||
4
.zshrc
4
.zshrc
@@ -1,5 +1,5 @@
|
||||
##### ENVIRONMENT
|
||||
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/felix/bin
|
||||
export PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/usr/bin/core_perl:/home/felix/bin
|
||||
|
||||
export LANG=en_US.UTF-8
|
||||
export EDITOR='code'
|
||||
@@ -7,7 +7,7 @@ export GIT_EDITOR='code'
|
||||
export PAGER='most'
|
||||
export SHELL="/bin/zsh"
|
||||
export TERM=xterm
|
||||
export BROWSER='google-chrome-stable'
|
||||
export BROWSER='/usr/bin/google-chrome-stable'
|
||||
|
||||
export ANDROID_SDK_ROOT=/opt/android-sdk
|
||||
export PATH=$PATH:/opt/android-sdk/platform-tools:/opt/android-sdk/tools
|
||||
|
||||
Reference in New Issue
Block a user