55 lines
1.4 KiB
INI
55 lines
1.4 KiB
INI
[command]
|
|
binding_terminal = <super> KEY_T
|
|
command_terminal = footclient
|
|
|
|
repeatable_binding_volume_up = KEY_VOLUMEUP
|
|
command_volume_up = pactl set-sink-volume @DEFAULT_SINK@ +5%
|
|
repeatable_binding_volume_down = KEY_VOLUMEDOWN
|
|
command_volume_down = pactl set-sink-volume @DEFAULT_SINK@ -5%
|
|
binding_mute = KEY_MUTE
|
|
command_mute = pactl set-sink-mute @DEFAULT_SINK@ toggle
|
|
|
|
repeatable_binding_light_up = KEY_BRIGHTNESSUP
|
|
command_light_up = light -A 5
|
|
repeatable_binding_light_down = KEY_BRIGHTNESSDOWN
|
|
command_light_down = light -U 5
|
|
|
|
binding_screenshot = KEY_PRINT
|
|
command_screenshot = grim -g \"$(slurp)" - | swappy -f -
|
|
|
|
binding_drawer = <super>
|
|
command_drawer = nwg-drawer
|
|
|
|
[vswitch]
|
|
binding_0 = <super> KEY_0
|
|
binding_1 = <super> KEY_1
|
|
binding_2 = <super> KEY_2
|
|
binding_3 = <super> KEY_3
|
|
binding_4 = <super> KEY_4
|
|
binding_5 = <super> KEY_5
|
|
binding_6 = <super> KEY_6
|
|
binding_7 = <super> KEY_7
|
|
binding_8 = <super> KEY_8
|
|
binding_9 = <super> KEY_9
|
|
|
|
[animate]
|
|
close_animation = fade
|
|
duration = 100
|
|
|
|
[wobbly]
|
|
friction = 30.0
|
|
|
|
[autostart]
|
|
foot = foot -s
|
|
background = swaybg -i /usr/share/wallpapers/shell-edskeye-tiles.png -m fill
|
|
polkit = lxqt-policykit-agent
|
|
clipman = wl-paste -p -t text --watch clipman store --no-persist --histpath="/tmp/clipman.json" &
|
|
|
|
[place]
|
|
mode = cascade
|
|
|
|
[expo]
|
|
expo.toggle = <super> KEY_TAB
|
|
|
|
[core]
|
|
plugins = core expo idle oswitch scale vswitch vswipe animate autostart command input fast-switcher grid move place switcher
|