Compare commits

...

2 Commits

Author SHA1 Message Date
b2ef22eff1 wildfire: 317 current 2025-06-24 16:31:59 25.05.20250620.b2485d5 6.15.3 *
workspaces: wildfire: 318 current  2025-06-24 16:33:12  25.05.20250620.b2485d5  6.15.3                          *

wildfire: 319 current  2025-06-24 16:38:18  25.05.20250620.b2485d5  6.15.3                          *
2025-06-24 16:40:47 +02:00
a4eb496e7e wildfire: 314 current 2025-06-24 15:36:30 25.05.20250620.b2485d5 6.15.3 *
wildfire: 315 current  2025-06-24 15:38:16  25.05.20250620.b2485d5  6.15.3                          *

wildfire: 316 current  2025-06-24 16:05:25  25.05.20250620.b2485d5  6.15.3                          *
2025-06-24 16:40:18 +02:00
3 changed files with 10 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
{ {
# Home Manager Hyprland monitors # Home Manager Hyprland monitors
wayland.windowManager.hyprland.settings.monitor = [ wayland.windowManager.hyprland.settings.monitor = [
"DP-3, 2560x1440@143.97, 1920x-360, 1" "DP-3, 2560x1440@143.97, 1920x-360, 1, vrr, 1"
"HDMI-A-1, 1920x1080@60.00, 0x0, 1" "HDMI-A-1, 1920x1080@60.00, 0x0, 1"
]; ];
} }

View File

@@ -83,6 +83,10 @@
# ================================ # ================================
# ENVIRONMENT VARIABLES # ENVIRONMENT VARIABLES
# ================================ # ================================
# global variables set on shell initialization
environment.variables = {
};
# session variables
environment.sessionVariables = { environment.sessionVariables = {
# Set Firefox as default browser # Set Firefox as default browser
BROWSER = "${pkgs.lib.getBin pkgs.firefox}"; BROWSER = "${pkgs.lib.getBin pkgs.firefox}";

View File

@@ -76,7 +76,7 @@ in {
"border, 1, 10, default" "border, 1, 10, default"
"borderangle, 1, 8, default" "borderangle, 1, 8, default"
"fade, 1, 7, default" "fade, 1, 7, default"
"workspaces, 1, 6, default" "workspaces, 1, 6, default, slidevert"
]; ];
}; };
@@ -109,7 +109,6 @@ in {
", PRINT, exec, hyprshot -m region" # Screenshot region ", PRINT, exec, hyprshot -m region" # Screenshot region
"$mod, PRINT, exec, hyprshot -m window" # Screenshot window "$mod, PRINT, exec, hyprshot -m window" # Screenshot window
"$mod, F, togglefloating" # Make active window floating "$mod, F, togglefloating" # Make active window floating
"$mod, J, togglesplit, " # dwindle
"$mod, L, exec, hyprlock" # Lock screen "$mod, L, exec, hyprlock" # Lock screen
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
@@ -117,6 +116,10 @@ in {
"$mod, right, movefocus, r" "$mod, right, movefocus, r"
"$mod, up, movefocus, u" "$mod, up, movefocus, u"
"$mod, down, movefocus, d" "$mod, down, movefocus, d"
# Workspace navigation
"$mod, J, workspace, r+1" # vim motions Down
"$mod, K, workspace, r-1" # vim motions Up
] ]
++ ( ++ (
# workspaces # workspaces