diff options
Diffstat (limited to '.config/sway/config')
-rw-r--r-- | .config/sway/config | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.config/sway/config b/.config/sway/config index 3a4b886..2d1688a 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -33,7 +33,7 @@ bindsym $mod+F12 exec $screenclip # background output * bg $background fill -input "2:7:SynPS/2_Synaptics_TouchPad" { +input "1739:30383:DELL07E6:00_06CB:76AF_Touchpad" { natural_scroll enabled } @@ -160,8 +160,8 @@ bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle -bindsym --locked XF86MonBrightnessUp exec --no-startup-id light -A 10 -bindsym --locked XF86MonBrightnessDown exec --no-startup-id light -U 10 +#bindsym XF86MonBrightnessUp exec --no-startup-id light -A 10 +#bindsym XF86MonBrightnessDown exec --no-startup-id light -U 10 set $alsacard 1 @@ -203,7 +203,8 @@ input "1:1:AT_Translated_Set_2_keyboard" { repeat_delay 200 repeat_rate 30 } -exec --no-startup-id gammastep +exec --no-startup-id gammastep & +exec --no-startup-id gnome-keyright-daemon & exec --no-startup-id nextcloud & # old i3 X11 stuff @@ -230,7 +231,7 @@ for_window [app_id="^launcher$"] floating enable, border none, resize set width bindsym $mod+s exec foot --app-id=smsearch bash -c 'fzsnip | xargs -r swaymsg -t command exec' #clipboard manager -bindsym $mod+h exec foot --app-id=smsearch bash -c 'fzclip | xargs -r swaymsg -t command exec' +bindsym $mod+c exec foot --app-id=smsearch bash -c 'fzclip | xargs -r swaymsg -t command exec' bindsym $mod+b exec foot --app-id=smsearch bash -c 'url=$(cat .config/qute-wired/bookmarks/urls | fzf | cut -d \" \" -f 1) && qutebrowser "$url" | xargs -r swaymsg -t command exec' |