add polymouth animation
This commit is contained in:
parent
07d70e3a64
commit
fca902de1a
18 changed files with 124 additions and 294 deletions
|
|
@ -1,4 +1,5 @@
|
|||
$mainMod = SUPER
|
||||
$scripts = ~/.config/scripts/
|
||||
|
||||
bind = CTRL ALT, T, exec, kitty
|
||||
bind = $mainMod, Return, exec, kitty
|
||||
|
|
@ -6,13 +7,21 @@ bind = $mainMod, Q, killactive,
|
|||
bind = $mainMod, M, exec, wlogout --protocol layer-shell
|
||||
bind = $mainMod, E, exec, thunar
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = ALT, SPACE, exec, rofi -show drun
|
||||
bind = ALT, SPACE, exec, rofi -config ~/.config/rofi/apps.rasi -show drun
|
||||
bind = $mainMod ALT, W, exec, $scripts/waybarRestart.sh
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, S, togglesplit, # dwindle
|
||||
bind = CTRL&$mainMod&SHIFT, L, exec, swaylock
|
||||
bind = $mainMod SHIFT, s, exec, hyprshot -m region --clipboard-only --freeze
|
||||
bind = CTRL SHIFT, s, exec, hyprshot -m window --clipboard-only --freeze
|
||||
bind = CTRL SHIFT $mainMod, s, exec, hyprshot -m output --clipboard-only --freeze
|
||||
bind = $mainMod, PERIOD, exec, flatpak run it.mijorus.smile
|
||||
bind = $mainMod, X, exec, sleep 0.1 && swaync-client -t -sw
|
||||
bind = $mainMod SHIFT, C, centerwindow
|
||||
|
||||
# Cycle windows
|
||||
bind = ALT, TAB, cyclenext
|
||||
bind = ALT, TAB, bringactivetotop
|
||||
|
||||
bind = $mainMod, F, exec, firefox
|
||||
bind = $mainMod, C, exec, code
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue