mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 21:53:01 +01:00
hyprland: fix missing .cgt extension
This commit is contained in:
parent
0d09d14f55
commit
eafdfd7e58
2 changed files with 15 additions and 15 deletions
|
@ -9,9 +9,9 @@ bind = ,XF86AudioNext, exec, playerctl next
|
|||
bind = ,XF86AudioPrev, exec, playerctl previous
|
||||
|
||||
# Control keys
|
||||
bind = SUPER + SHIFT, E, exit,
|
||||
bind = SUPER + SHIFT, Q, killactive,
|
||||
bind = SUPER + SHIFT, SPACE, togglefloating,
|
||||
bind = SUPER SHIFT, E, exit,
|
||||
bind = SUPER SHIFT, Q, killactive,
|
||||
bind = SUPER SHIFT, SPACE, togglefloating,
|
||||
bind = SUPER, P, pseudo, # dwindle
|
||||
bind = SUPER, R, togglesplit, # dwindle
|
||||
bind = SUPER, F, fullscreen,
|
||||
|
@ -29,16 +29,16 @@ bind = SUPER, K, movefocus, u
|
|||
bind = SUPER, J, movefocus, d
|
||||
|
||||
# Window Moving
|
||||
bind = SUPER + SHIFT, left, movewindow, l
|
||||
bind = SUPER + SHIFT, right, movewindow, r
|
||||
bind = SUPER + SHIFT, up, movewindow, u
|
||||
bind = SUPER + SHIFT, down, movewindow, d
|
||||
bind = SUPER SHIFT, left, movewindow, l
|
||||
bind = SUPER SHIFT, right, movewindow, r
|
||||
bind = SUPER SHIFT, up, movewindow, u
|
||||
bind = SUPER SHIFT, down, movewindow, d
|
||||
|
||||
# HJKL
|
||||
bind = SUPER + SHIFT, H, movewindow, l
|
||||
bind = SUPER + SHIFT, L, movewindow, r
|
||||
bind = SUPER + SHIFT, K, movewindow, u
|
||||
bind = SUPER + SHIFT, J, movewindow, d
|
||||
bind = SUPER SHIFT, H, movewindow, l
|
||||
bind = SUPER SHIFT, L, movewindow, r
|
||||
bind = SUPER SHIFT, K, movewindow, u
|
||||
bind = SUPER SHIFT, J, movewindow, d
|
||||
|
||||
# Workspace keybinds
|
||||
<! for i = 1, 9 do !>
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
bind = SUPER, RETURN, exec, foot # need to hard-code foot here, because WezTerm is currently too incompetent for WL
|
||||
bind = SUPER + CTRL, E, exec, <% opt.commands.file_manager %>
|
||||
bind = SUPER CTRL, E, exec, <% opt.commands.file_manager %>
|
||||
bind = ALT, SPACE, exec, rofi -show combi
|
||||
bind = SUPER + CTRL, B, exec, <% opt.commands.browser %>
|
||||
bind = SUPER + SHIFT, P, exec, gpower2
|
||||
bind = SUPER CTRL, B, exec, <% opt.commands.browser %>
|
||||
bind = SUPER SHIFT, P, exec, gpower2
|
||||
bind = ,PRINT, exec, grim -g "$(slurp; sleep 1)" ~/Downloads/screenshot.png
|
||||
bind = SHIFT, PRINT, exec, grim -g "$(slurp; sleep 1)" - | feh -
|
||||
bind = SUPER + SHIFT, W, exec, randomwallpaper
|
||||
bind = SUPER SHIFT, W, exec, randomwallpaper
|
||||
|
Loading…
Reference in a new issue