updated 'config-files'

This commit is contained in:
Luc Bijl 2023-04-20 13:34:13 +02:00
parent 817a0ab4d3
commit 5d89dc2885
7 changed files with 48 additions and 22 deletions

View file

@ -1,7 +1,10 @@
[core]
close_top_view = <super> KEY_Q | <alt> KEY_F4
focus_button_with_modifiers = false
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
focus_buttons_passthrough = true
max_render_time = -1
plugins = animate autostart blur cube command idle window-rules
plugins = animate autostart blur cube command idle
preferred_decoration_mode = server
vheight = 3
vwidth = 3

View file

@ -26,6 +26,7 @@ autostart_wf_shell = false
background = wf-background
bar = waybar
element = element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
gamma = wlsunset -l 52.0 -L 5.9 -t 3000
idle = swayidle -w timeout 590 gtklock before-sleep gtklock
network = sleep 5; nm-applet --indicator
notifications = mako
@ -78,8 +79,8 @@ command_mute = pamixer -t
command_next = playerctl next
command_playpause = playerctl play-pause
command_previous = playerctl previous
command_screenshot = grim $(date '+%F_%T').png
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
command_screenshot = grim - | wl-copy -t image/png
command_screenshot_interactive = pkill -9 slurp; grim -g "$(slurp -d)" - | wl-copy -t image/png
command_terminal = foot
command_volumedown = pamixer -d 5 -u
command_volumeup = pamixer -i 5 -u
@ -94,7 +95,7 @@ focus_button_with_modifiers = false
focus_buttons = BTN_LEFT | BTN_MIDDLE | BTN_RIGHT
focus_buttons_passthrough = true
max_render_time = -1
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur fast-switcher wobbly preserve-output wrot
plugins = alpha animate autostart command cube expo grid idle move oswitch place resize vswitch window-rules wm-actions zoom blur fast-switcher wobbly preserve-output wrot
preferred_decoration_mode = server
vheight = 3
vwidth = 3