config backup
This commit is contained in:
@@ -15,9 +15,13 @@ input "type:keyboard" {
|
||||
|
||||
exec mako
|
||||
exec waybar
|
||||
exec udiskie --tray --appindicator
|
||||
exec mkfifo /tmp/wob && tail -f /tmp/wob | wob
|
||||
|
||||
font iosevka
|
||||
|
||||
for_window [class="^.*"] inhibit_idle fullscreen
|
||||
|
||||
#colors: border backgr. text indicator
|
||||
client.focused #544BCE #544BCE #ffffff #000000
|
||||
client.focused_inactive #2B2B4F #2B2B4F #ffffff #2b2b2b
|
||||
@@ -40,14 +44,14 @@ exec swayidle timeout 300 '$lock' timeout 600 'swaymsg "output * dpms off"' res
|
||||
}
|
||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
|
||||
bindsym XF86MonBrightnessUp exec "notify-send 'up'"
|
||||
bindsym XF86MonBrightnessDown light -U 10 && notify-send "down"
|
||||
bindsym XF86MonBrightnessUp exec light -A 10 && light | cut -d '.' -f1 > /tmp/wob
|
||||
bindsym XF86MonBrightnessDown exec light -U 10 && light | cut -d '.' -f1 > /tmp/wob
|
||||
|
||||
bindsym XF86AudioMute exec "amixer -D pulse -q sset Master,0 toggle"
|
||||
bindsym XF86AudioMute exec "amixer -D pulse -q sset Master,0 toggle"
|
||||
bindsym XF86AudioMicMute exec "amixer -q sset Capture,0 toggle"
|
||||
|
||||
bindsym XF86AudioRaiseVolume exec "amixer -q sset Master 5%+"
|
||||
bindsym XF86AudioLowerVolume exec "amixer -q sset Master 5%-"
|
||||
bindsym XF86AudioRaiseVolume exec "amixer sset Master 5%+ | sed -En 's/.*\[([0-9]+)%\].*/\1/p' | head -1 > /tmp/wob"
|
||||
bindsym XF86AudioLowerVolume exec "amixer sset Master 5%- | sed -En 's/.*\[([0-9]+)%\].*/\1/p' | head -1 > /tmp/wob"
|
||||
|
||||
bindsym $mod+L exec $lock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user