aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2025-10-12 06:30:14 -0400
committerDon Williams <don.e.williams@gmail.com>2025-10-12 06:30:14 -0400
commit40f124f2321a6af20bf4b7e2788195bebb1c0421 (patch)
treebe7b5060e825520a60a5722f9676a020281536d7
parentec40222920d2a2ececca10382dedfff6b84ea85f (diff)
Added Groups & keybinds from Matt @ The Linux cast
On branch ddubs-hyprsunset Your branch is up to date with 'origin/ddubs-hyprsunset'. Changes to be committed: modified: config/hypr/UserConfigs/UserKeybinds.conf modified: config/hypr/UserConfigs/UserSettings.conf
-rw-r--r--config/hypr/UserConfigs/UserKeybinds.conf11
-rw-r--r--config/hypr/UserConfigs/UserSettings.conf23
2 files changed, 34 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf
index d8a1d52e..2f047093 100644
--- a/config/hypr/UserConfigs/UserKeybinds.conf
+++ b/config/hypr/UserConfigs/UserKeybinds.conf
@@ -78,6 +78,17 @@ bind = $mainMod CTRL, F10, movecurrentworkspacetomonitor, r #move current worksp
bind = $mainMod CTRL, F11, movecurrentworkspacetomonitor, u #move current workspace to UP monitor
bind = $mainMod CTRL, F12, movecurrentworkspacetomonitor, d #move current workspace to DOWN monitor
+# Groups
+bind = $mainMod, U, togglegroup, # Toggle group
+bind = ALT, H, changegroupactive, b # Change group active
+bind = ALT, L, changegroupactive, f # Change group active
+bind = $mainMod, I, lockactivegroup, toggle # Lock active group
+bind = $mainMod ALT, U, moveoutofgroup, # Move out of group
+bind = $mainMod ALT, H, moveintogroup, l # Move into group left
+bind = $mainMod ALT, L, moveintogroup, r # Move into group right
+bind = $mainMod ALT, K, moveintogroup, u # Moving into group up
+bind = $mainMod ALT, J, moveintogroup, d # Moving into group down
+
# For passthrough keyboard into a VM
# bind = $mainMod ALT, P, submap, passthru
#submap = passthru
diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf
index 325d24f7..b9714a44 100644
--- a/config/hypr/UserConfigs/UserSettings.conf
+++ b/config/hypr/UserConfigs/UserSettings.conf
@@ -63,6 +63,29 @@ input {
}
}
+group {
+ col.border_active = $color2 $color4 45deg
+ col.border_inactive = $color10
+
+ groupbar {
+ enabled = true
+ font_family = JetBrainsMono Nerd Font
+ font_size = 12
+ gradients = true
+ height = 18
+ priority = 3
+ render_titles = true
+ scrolling = true
+ text_color = $foreground
+
+ col.active = $color3
+ col.inactive = $background
+ col.locked_active = $color6
+ col.locked_inactive = $color8
+ }
+}
+
+
gestures {
gesture = 3, horizontal, workspace
workspace_swipe_distance = 500
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage