diff options
| author | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 13:26:37 +0000 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.com> | 2024-12-25 13:26:37 +0000 |
| commit | f4c682dc6bdeebe9f0c6a20deb7092cf893791a1 (patch) | |
| tree | 95c74ae69b4d49ee808b23baf4f90a44472dad8c | |
| parent | 3e7f5b25dbdba42fd42bb34e89d61f9c4e844b24 (diff) | |
Hyprland changes
| -rw-r--r-- | hyprland/00-theme-vars.conf | 2 | ||||
| -rw-r--r-- | hyprland/11-environment.conf | 3 | ||||
| -rw-r--r-- | hyprland/20-binds.conf | 12 | ||||
| -rw-r--r-- | hyprland/22-theme.conf | 8 | ||||
| -rw-r--r-- | hyprland/hypridle.conf | 2 | ||||
| -rw-r--r-- | hyprland/hyprlock.conf | 5 |
6 files changed, 24 insertions, 8 deletions
diff --git a/hyprland/00-theme-vars.conf b/hyprland/00-theme-vars.conf index 2e67eb3..5b144d4 100644 --- a/hyprland/00-theme-vars.conf +++ b/hyprland/00-theme-vars.conf @@ -3,4 +3,4 @@ $col_active_border = rgba(657585ff) $col_inactive_border = rgba(59595977) # Fonts -$font_primary = Iosevka Nerd Font +$font_primary = Iosevka SS08 diff --git a/hyprland/11-environment.conf b/hyprland/11-environment.conf index a28981b..ad5ec13 100644 --- a/hyprland/11-environment.conf +++ b/hyprland/11-environment.conf @@ -1,5 +1,8 @@ # Environment # env = WLR_NO_HARDWARE_CURSORS,1 +env = XDG_CURRENT_DESKTOP,Hyprland +env = XDG_SESSION_TYPE,wayland +env = XDG_SESSION_DESKTOP,Hyprland exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP diff --git a/hyprland/20-binds.conf b/hyprland/20-binds.conf index 2cfb616..7bfd741 100644 --- a/hyprland/20-binds.conf +++ b/hyprland/20-binds.conf @@ -64,6 +64,14 @@ bind = $mod SHIFT, 8, movetoworkspace, 8 bind = $mod SHIFT, 9, movetoworkspace, 9 bind = $mod SHIFT, 0, movetoworkspace, 10 +# Move workspaces to monitor +# ----------------------------------------------------------- +# Modifier Key Dispatcher Value +bind = $mod CTRL, h , movecurrentworkspacetomonitor, l +bind = $mod CTRL, l , movecurrentworkspacetomonitor, r +bind = $mod CTRL, left , movecurrentworkspacetomonitor, l +bind = $mod CTRL, right, movecurrentworkspacetomonitor, r + # Move/resize windows # --------------------------------------------------------- @@ -115,8 +123,8 @@ binde = , XF86MonBrightnessUp, exec, brightnessctl set +5 && $br # Zoom # --------------------------------------------------------- # Modifier Key Dispatcher Value -bind = $mod, mouse_up, exec, $zoom i -bind = $mod, mouse_down, exec, $zoom d +bind = $mod, mouse_up, exec, $zoom i +bind = $mod, mouse_down, exec, $zoom d binde = $mod, grave, exec, $zoom i binde = $mod, Escape, exec, $zoom d diff --git a/hyprland/22-theme.conf b/hyprland/22-theme.conf index 9c06384..5cf5d6f 100644 --- a/hyprland/22-theme.conf +++ b/hyprland/22-theme.conf @@ -25,15 +25,18 @@ decoration { } group { + auto_group = false col.border_active = $col_active_border col.border_inactive = $col_inactive_border groupbar { font_family = $font_primary font_size = 10 - gradients = false - col.active = 0x66ffff00 + gradients = true + col.active = 0x434e59ff col.inactive = 0x00000000 + stacked = true + render_titles = true } } @@ -54,6 +57,7 @@ animations { xwayland { force_zero_scaling = true + use_nearest_neighbor = false } dwindle { diff --git a/hyprland/hypridle.conf b/hyprland/hypridle.conf index 3e6b5bf..4701f13 100644 --- a/hyprland/hypridle.conf +++ b/hyprland/hypridle.conf @@ -16,6 +16,6 @@ listener { listener { timeout = 320 - on-timeout = systemctl suspend + on-timeout = systemctl suspend-then-hibernate } diff --git a/hyprland/hyprlock.conf b/hyprland/hyprlock.conf index 0cb4ef9..bcaa496 100644 --- a/hyprland/hyprlock.conf +++ b/hyprland/hyprlock.conf @@ -10,11 +10,12 @@ background { # GENERAL general { - no_fade_in = false - no_fade_out = true + no_fade_in = true + no_fade_out = false grace = 0 ignore_empty_input = true hide_cursor = true + fractional_scaling = 0 } # INPUT FIELD |
