diff --git a/.config/hypr/custom/general.conf b/.config/hypr/custom/general.conf index ded706ae7..6cca389dd 100644 --- a/.config/hypr/custom/general.conf +++ b/.config/hypr/custom/general.conf @@ -1,2 +1,5 @@ # Put general config stuff here -# Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/ \ No newline at end of file +# Here's a list of every variable: https://wiki.hyprland.org/Configuring/Variables/ +monitor="DP-2, highres@180,0x1080,1,bitdepth,10,cm,hdr,sdrbrightness,1.4,sdrsaturation,0.98" +monitor="DP-1, highres@highrr,0x0,1" +monitor="HDMI-A-1, 1920x1080@120, 20000x20000,1" diff --git a/.config/hypr/custom/keybinds.conf b/.config/hypr/custom/keybinds.conf index f2a568394..7bdbec1ce 100644 --- a/.config/hypr/custom/keybinds.conf +++ b/.config/hypr/custom/keybinds.conf @@ -9,3 +9,12 @@ bind = Ctrl+Super+Alt, Slash, exec, xdg-open ~/.config/hypr/custom/keybinds.conf # Use ##! to add a section in that column # Add a comment after a bind to add a description, like above +bind = Super, H, movefocus, l # [hidden] +bind = Super, L, movefocus, r # [hidden] +bind = Super, K, movefocus, u # [hidden] +bind = Super, J, movefocus, d # [hidden] + +bind = Super+Shift, H, movetoworkspace, l # [hidden] +bind = Super+Shift, L, movetoworkspace, r # [hidden] +bind = Super+Shift, K, movetoworkspace, u # [hidden] +bind = Super+Shift, J, movetoworkspace, d # [hidden] diff --git a/.config/hypr/hyprland/general.conf b/.config/hypr/hyprland/general.conf index 4097fb8a4..aa07484eb 100644 --- a/.config/hypr/hyprland/general.conf +++ b/.config/hypr/hyprland/general.conf @@ -137,7 +137,7 @@ misc { enable_swallow = false swallow_regex = (foot|kitty|allacritty|Alacritty) new_window_takes_over_fullscreen = 2 - allow_session_lock_restore = true + # allow_session_lock_restore = true session_lock_xray = true initial_workspace_tracking = false focus_on_activate = true