New backup 2025-03-14 21:15:06
This commit is contained in:
parent
cc83f55bcb
commit
9547de3c55
3 changed files with 6 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
bindsym {
|
bindsym {
|
||||||
#terminal
|
#terminal
|
||||||
mod+Return exec $term
|
$mod+Return exec $term
|
||||||
#launcher
|
#launcher
|
||||||
$mod+d exec $menu
|
$mod+d exec $menu
|
||||||
#lockscreen
|
#lockscreen
|
||||||
|
|
|
@ -21,13 +21,13 @@ bindsym {
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
#brightness up
|
#brightness up
|
||||||
bindsym XF86MonBrightnessUp exec "$HOME/.config/sway/scripts/brightness.sh up"
|
XF86MonBrightnessUp exec "$HOME/.config/sway/scripts/brightness.sh up"
|
||||||
#brightness down
|
#brightness down
|
||||||
bindsym XF86MonBrightnessDown exec "$HOME/.config/sway/scripts/brightness.sh down"
|
XF86MonBrightnessDown exec "$HOME/.config/sway/scripts/brightness.sh down"
|
||||||
|
|
||||||
# Keyboard Brightness
|
# Keyboard Brightness
|
||||||
#brightness up
|
#brightness up
|
||||||
bindsym $mod+XF86AudioRaiseVolume exec "$HOME/.config/sway/scripts/kb_brightness up"
|
$mod+XF86AudioRaiseVolume exec "$HOME/.config/sway/scripts/kb_brightness up"
|
||||||
#brightness down
|
#brightness down
|
||||||
bindsym $mod+XF86AudioLowerVolume exec "$HOME/.config/sway/scripts/kb_brightness down"
|
$mod+XF86AudioLowerVolume exec "$HOME/.config/sway/scripts/kb_brightness down"
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,7 @@ bindsym {
|
||||||
#swap between tiles and floats
|
#swap between tiles and floats
|
||||||
$mod+space focus mode_toggle
|
$mod+space focus mode_toggle
|
||||||
#enter resize mode
|
#enter resize mode
|
||||||
bindsym $mod+r mode "resize"
|
$mod+r mode "resize"
|
||||||
}
|
}
|
||||||
|
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue