Updated config
This commit is contained in:
parent
6cb79f594a
commit
10baa6f6bb
7 changed files with 53 additions and 25 deletions
|
@ -55,7 +55,7 @@ cursor {
|
|||
|
||||
input {
|
||||
accel_profile = flat
|
||||
sensitivity = 0
|
||||
sensitivity = -0.75
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
|
|
@ -88,6 +88,6 @@ bindl =, XF86AudioNext, exec, playerctl next
|
|||
bindl =, XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
# Volume control
|
||||
bindle =, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05+
|
||||
bindle =, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.05-
|
||||
bindle =, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.02+
|
||||
bindle =, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 0.02-
|
||||
bindl =, XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
|
@ -1,7 +1,6 @@
|
|||
# Apps
|
||||
$browser = firefox
|
||||
$email = evolution
|
||||
$files = thunar
|
||||
$logout = wlogout
|
||||
$lockscreen = swaylock
|
||||
$menu = fuzzel
|
||||
|
@ -12,6 +11,7 @@ $wallpaper = waypaper
|
|||
|
||||
# Terminal based
|
||||
$editor = $terminal -e nvim
|
||||
$files = $terminal -e yazi
|
||||
$center = [float;size 960 540;center]
|
||||
$floating = $center $terminal
|
||||
$systeminfo = $center $terminal --hold -e fastfetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue