From 5c41160260900398b8f9440edf0c735946187e90 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 5 Oct 2025 14:36:19 -0400 Subject: feat(hyprsunset): add Hyprsunset toggle script, SUPER+N keybind, and Waybar nightlight button across all layouts; include in status and vertical power groups --- config/hypr/UserConfigs/UserKeybinds.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/hypr/UserConfigs/UserKeybinds.conf') diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 2f0e808f..d8a1d52e 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -29,6 +29,7 @@ bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # help / cheat sheet bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji menu bind = $mainMod, S, exec, $scriptsDir/RofiSearch.sh # Google search using rofi +bind = $mainMod SHIFT, S, exec, rofi -show windows # list/switch apps using rofi bind = $mainMod ALT, O, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh # Toggle animations ON/OFF bind = $mainMod ALT, L, exec, $scriptsDir/ChangeLayout.sh # Toggle Master or Dwindle Layout @@ -55,6 +56,9 @@ bind = $mainMod CTRL ALT, B, exec, pkill -SIGUSR1 waybar # Toggle hide/show wayb bind = $mainMod CTRL, B, exec, $scriptsDir/WaybarStyles.sh # Waybar Styles Menu bind = $mainMod ALT, B, exec, $scriptsDir/WaybarLayout.sh # Waybar Layout Menu +# Night light toggle (Hyprsunset) +bind = $mainMod, N, exec, $scriptsDir/Hyprsunset.sh toggle + # FEATURES / EXTRAS (UserScripts) bind = $mainMod SHIFT, M, exec, $UserScripts/RofiBeats.sh # online music using rofi bind = $mainMod, W, exec, $UserScripts/WallpaperSelect.sh # Select wallpaper to apply -- cgit v1.2.3 From 40f124f2321a6af20bf4b7e2788195bebb1c0421 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 12 Oct 2025 06:30:14 -0400 Subject: 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 --- config/hypr/UserConfigs/UserKeybinds.conf | 11 +++++++++++ config/hypr/UserConfigs/UserSettings.conf | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) (limited to 'config/hypr/UserConfigs/UserKeybinds.conf') 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 -- cgit v1.2.3 From 4d2ef003eabfd31591a0a04b17be7e8e5c869c0e Mon Sep 17 00:00:00 2001 From: Don Williams Date: Sun, 12 Oct 2025 06:50:14 -0400 Subject: Removed group feature --- config/hypr/UserConfigs/UserKeybinds.conf | 10 ---------- config/hypr/UserConfigs/UserSettings.conf | 22 ---------------------- 2 files changed, 32 deletions(-) (limited to 'config/hypr/UserConfigs/UserKeybinds.conf') diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf index 2f047093..4d35a9c9 100644 --- a/config/hypr/UserConfigs/UserKeybinds.conf +++ b/config/hypr/UserConfigs/UserKeybinds.conf @@ -78,16 +78,6 @@ 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 diff --git a/config/hypr/UserConfigs/UserSettings.conf b/config/hypr/UserConfigs/UserSettings.conf index b9714a44..f81ccc6a 100644 --- a/config/hypr/UserConfigs/UserSettings.conf +++ b/config/hypr/UserConfigs/UserSettings.conf @@ -63,28 +63,6 @@ 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 -- cgit v1.2.3