removed clight-gui and added keybindings to set backlight with WIN+ALT+{1-0}
This commit is contained in:
@@ -166,6 +166,19 @@ bind = $mainMod, P, pseudo, # dwindle
|
|||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
bind = $mainMod, L, exec, swaylock --screenshots --effect-blur 7x5 --clock
|
bind = $mainMod, L, exec, swaylock --screenshots --effect-blur 7x5 --clock
|
||||||
bind = $mainMod, F, fullscreen,
|
bind = $mainMod, F, fullscreen,
|
||||||
|
|
||||||
|
#laptop screen brightness
|
||||||
|
bind = $mainMod ALT, 1, exec, sudo brightnessctl s 10%
|
||||||
|
bind = $mainMod ALT, 2, exec, sudo brightnessctl s 20%
|
||||||
|
bind = $mainMod ALT, 3, exec, sudo brightnessctl s 30%
|
||||||
|
bind = $mainMod ALT, 4, exec, sudo brightnessctl s 40%
|
||||||
|
bind = $mainMod ALT, 5, exec, sudo brightnessctl s 50%
|
||||||
|
bind = $mainMod ALT, 6, exec, sudo brightnessctl s 60%
|
||||||
|
bind = $mainMod ALT, 7, exec, sudo brightnessctl s 70%
|
||||||
|
bind = $mainMod ALT, 8, exec, sudo brightnessctl s 80%
|
||||||
|
bind = $mainMod ALT, 9, exec, sudo brightnessctl s 90%
|
||||||
|
bind = $mainMod ALT, 0, exec, sudo brightnessctl s 100%
|
||||||
|
|
||||||
#lid binds
|
#lid binds
|
||||||
#bindl = , switch:on:Lid Switch, exec, swaylock --screenshots --effect-blur 7x5 --clock
|
#bindl = , switch:on:Lid Switch, exec, swaylock --screenshots --effect-blur 7x5 --clock
|
||||||
# trigger when the switch is turning off
|
# trigger when the switch is turning off
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ sleep 2
|
|||||||
nm-applet &
|
nm-applet &
|
||||||
|
|
||||||
nextcloud --background &
|
nextcloud --background &
|
||||||
jamesdsp -t &
|
#jamesdsp -t &
|
||||||
copyq --start-server &
|
copyq --start-server &
|
||||||
swayosd-server &
|
swayosd-server &
|
||||||
clight-gui --tray &
|
#clight-gui --tray &
|
||||||
blueman-tray &
|
blueman-tray &
|
||||||
localsend --hidden &
|
localsend --hidden &
|
||||||
blueman-applet &
|
blueman-applet &
|
||||||
|
|||||||
Reference in New Issue
Block a user