From b1c4bd664317ca09a5ff2dbe5a58d57379dec5be Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 12 Oct 2024 02:17:30 +0200 Subject: [PATCH] hypr: rename some config fragments --- .../hypr/fragments/{hypr-keybinds.conf => keybinds.conf} | 1 + .../fragments/{hypr-windowrules.conf => windowrules.conf} | 0 .../{hypr-workspacerules.conf => workspacerules.conf} | 0 config/dot-config/hypr/hyprland.conf | 6 +++--- 4 files changed, 4 insertions(+), 3 deletions(-) rename config/dot-config/hypr/fragments/{hypr-keybinds.conf => keybinds.conf} (99%) rename config/dot-config/hypr/fragments/{hypr-windowrules.conf => windowrules.conf} (100%) rename config/dot-config/hypr/fragments/{hypr-workspacerules.conf => workspacerules.conf} (100%) diff --git a/config/dot-config/hypr/fragments/hypr-keybinds.conf b/config/dot-config/hypr/fragments/keybinds.conf similarity index 99% rename from config/dot-config/hypr/fragments/hypr-keybinds.conf rename to config/dot-config/hypr/fragments/keybinds.conf index df964572..f95f6774 100644 --- a/config/dot-config/hypr/fragments/hypr-keybinds.conf +++ b/config/dot-config/hypr/fragments/keybinds.conf @@ -38,6 +38,7 @@ bind = $mainmod SHIFT, I, movetoworkspace, special:overlay bind = $suremod, M, exit, bind = $suremod, F, fullscreen,0 bind = $suremod, Return, exec, konsole # backup terminal app +bind = $suremod, G, exec, ~/.config/hypr/scripts/gamemode.sh # misc keys (mostly redundant, but some habits die hard) diff --git a/config/dot-config/hypr/fragments/hypr-windowrules.conf b/config/dot-config/hypr/fragments/windowrules.conf similarity index 100% rename from config/dot-config/hypr/fragments/hypr-windowrules.conf rename to config/dot-config/hypr/fragments/windowrules.conf diff --git a/config/dot-config/hypr/fragments/hypr-workspacerules.conf b/config/dot-config/hypr/fragments/workspacerules.conf similarity index 100% rename from config/dot-config/hypr/fragments/hypr-workspacerules.conf rename to config/dot-config/hypr/fragments/workspacerules.conf diff --git a/config/dot-config/hypr/hyprland.conf b/config/dot-config/hypr/hyprland.conf index 9f320430..33a39636 100644 --- a/config/dot-config/hypr/hyprland.conf +++ b/config/dot-config/hypr/hyprland.conf @@ -219,7 +219,7 @@ plugin { } } -source=./fragments/hypr-keybinds.conf -source=./fragments/hypr-windowrules.conf -source=./fragments/hypr-workspacerules.conf +source=./fragments/keybinds.conf +source=./fragments/windowrules.conf +source=./fragments/workspacerules.conf -- 2.51.2