From eafdfd7e58d24f3d71561d15f00588db4bc1ec86 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Tue, 29 Aug 2023 21:53:39 +0200 Subject: [PATCH] hyprland: fix missing .cgt extension --- .config/hypr/control-keybinds.conf.cgt | 22 +++++++++---------- ...g-keybinds.conf => prog-keybinds.conf.cgt} | 8 +++---- 2 files changed, 15 insertions(+), 15 deletions(-) rename .config/hypr/{prog-keybinds.conf => prog-keybinds.conf.cgt} (59%) diff --git a/.config/hypr/control-keybinds.conf.cgt b/.config/hypr/control-keybinds.conf.cgt index db1918d..c2ca4d0 100644 --- a/.config/hypr/control-keybinds.conf.cgt +++ b/.config/hypr/control-keybinds.conf.cgt @@ -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 diff --git a/.config/hypr/prog-keybinds.conf b/.config/hypr/prog-keybinds.conf.cgt similarity index 59% rename from .config/hypr/prog-keybinds.conf rename to .config/hypr/prog-keybinds.conf.cgt index 7f47be8..f40a061 100644 --- a/.config/hypr/prog-keybinds.conf +++ b/.config/hypr/prog-keybinds.conf.cgt @@ -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