Skip to content
Snippets Groups Projects

Pocket Reform Release

Open minute requested to merge pocket-reform-release into main
All threads resolved!
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -26,9 +26,10 @@ binding_screenshot_interactive = <super> <shift> KEY_X
binding_terminal = <super> KEY_ENTER
binding_files = <super> KEY_T
command_launcher = wofi --show drun -p Search -n -i -I -W 66% -H 66% -s $HOME/.config/wofi.css
# TODO: change to 20- +20 for Pocket Reform
command_light_down = brightnessctl s 10%-
command_light_up = brightnessctl s +10%
command_light_down2 = brightnessctl s 10%-
command_light_up2 = brightnessctl s +10%
command_lock = swaylock
command_files = thunar
#command_logout = wlogout
@@ -40,6 +41,8 @@ command_volume_down = amixer set Master 10%-
command_volume_up = amixer set Master 10%+
repeatable_binding_light_down = KEY_BRIGHTNESSDOWN
repeatable_binding_light_up = KEY_BRIGHTNESSUP
repeatable_binding_light_down2 = <super> KEY_F1
repeatable_binding_light_up2 = <super> KEY_F2
repeatable_binding_volume_down = KEY_VOLUMEDOWN
repeatable_binding_volume_up = KEY_VOLUMEUP
binding_mute = KEY_MUTE
Loading