updated config-files-laptop
This commit is contained in:
parent
3cb193a7fb
commit
0a83b2c148
3 changed files with 40 additions and 9 deletions
|
@ -19,14 +19,16 @@ zoom_enabled_for = none
|
|||
|
||||
[autostart]
|
||||
audio = pipewire
|
||||
audio_notify = sleep 5; dbus-launch pa-notify -t 2
|
||||
audio_notify = sleep 1; pa-notify -t 2
|
||||
audio_player = sleep 1; playerctld daemon
|
||||
automount = udiskie -As
|
||||
autostart_wf_shell = false
|
||||
background = wf-background
|
||||
bar = waybar
|
||||
element = dbus-launch element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
element = element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||
idle = swayidle -w timeout 230 gtklock before-sleep gtklock
|
||||
network = sleep 5; nm-applet --indicator
|
||||
network = sleep 1; nm-applet --indicator
|
||||
notifications = mako
|
||||
outputs = kanshi
|
||||
|
||||
|
@ -56,6 +58,9 @@ binding_kanshi = <super> KEY_K
|
|||
binding_launcher = <super> KEY_S
|
||||
binding_matrix = <super> KEY_E
|
||||
binding_mute = KEY_MUTE
|
||||
binding_next = KEY_NEXTSONG
|
||||
binding_playpause = KEY_PLAYPAUSE
|
||||
binding_previous = KEY_PREVIOUSSONG
|
||||
binding_screenshot = <shift> KEY_SYSRQ
|
||||
binding_screenshot_interactive = KEY_SYSRQ
|
||||
binding_terminal = <super> KEY_T
|
||||
|
@ -69,10 +74,13 @@ command_firefox = firefox
|
|||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||
command_kanshi = kanshi
|
||||
command_launcher = wofi --show drun
|
||||
command_matrix = dbus-launch element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
command_matrix = element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
command_mute = pamixer -t
|
||||
command_screenshot = grim $(date '+%F_%T').png
|
||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
|
||||
command_next = playerctl next
|
||||
command_playpause = playerctl play-pause
|
||||
command_previous = playerctl previous
|
||||
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
|
||||
|
@ -87,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 fast-switcher grid idle invert move oswitch place resize switcher vswitch window-rules wobbly wrot zoom blur
|
||||
plugins = alpha animate autostart command cube expo fast-switcher grid idle move oswitch place resize switcher vswitch window-rules wobbly wrot zoom blur
|
||||
preferred_decoration_mode = server
|
||||
vheight = 3
|
||||
vwidth = 3
|
||||
|
@ -169,7 +177,7 @@ cube_rotate_speed = 1.000000
|
|||
cube_zoom_speed = 1000
|
||||
disable_on_fullscreen = true
|
||||
dpms_timeout = 240
|
||||
screensaver_timeout = 180
|
||||
screensaver_timeout = 220
|
||||
toggle = none
|
||||
|
||||
[input]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue