diff --git a/hyprland-custom.conf b/hyprland-custom.conf index b95c56e..ac92dcd 100644 --- a/hyprland-custom.conf +++ b/hyprland-custom.conf @@ -25,10 +25,10 @@ source=~/.config/hypr/mocha.conf # See https://wiki.hyprland.org/Configuring/Monitors/ # monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 -monitor = HDMI-A-1, 1920x1080@60, 0x1080, 1 # tablet -monitor = DP-2, 1920x1080@60, 0x0, 1 +monitor = HDMI-A-1, 1920x1080@60, 1920x720, 1 # tablet +monitor = DP-1, 1920x1080@60, 0x0, 1 monitor = DP-3, 3840x2160@60, 1920x-720, 1.5 -monitor = DP-1, 1920x1080@60, 4480x0, 1 +monitor = DP-2, 1920x1080@60, 4480x0, 1 # monitor = HDMI-A-1, 1920x1080@60, 0x1080, 1 # tablet # monitor = DP-2, 1920x1080@60, 0x0, 1 @@ -275,7 +275,9 @@ device { sensitivity = -0.5 } - +xwayland { + force_zero_scaling = true +} ################### ### KEYBINDINGS ### @@ -302,6 +304,7 @@ bind = CTRL ALT, V, exec, vesktop --enable-wayland-ime --ozone-platform=wayland bind = CTRL ALT, P, exec, prismlauncher bind = CTRL ALT, C, exec, hyprpicker bind = CTRL ALT, O, exec, obsidian +bind = CTRL ALT, R, exec, google-chrome-stable http://iot.local --password-store=basic bind = SUPER, F, exec, ~/.config/hypr/scripts/toggle-firefox.sh @@ -311,11 +314,10 @@ bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d -# Neovim keys! -bind = $mainMod, h, movefocus, l -bind = $mainMod, l, movefocus, r -bind = $mainMod, k, movefocus, u -bind = $mainMod, j, movefocus, d +bind = $mainMod shift, left, movewindow, l +bind = $mainMod shift, right, movewindow, r +bind = $mainMod shift, up, movewindow, u +bind = $mainMod shift, down, movewindow, d # Switch workspaces with mainMod + [0-5] bind = $mainMod, 1, split-workspace, 1 diff --git a/hyprland.conf b/hyprland.conf index 0ae29bd..242e665 120000 --- a/hyprland.conf +++ b/hyprland.conf @@ -1 +1 @@ -/nix/store/2cc0s186ad6zxhiz6mn8irj2yjgk5mxk-home-manager-files/.config/hypr/hyprland.conf \ No newline at end of file +/nix/store/nc9m6q3cqw8jpygl2nsll365qkmrwdck-home-manager-files/.config/hypr/hyprland.conf \ No newline at end of file diff --git a/monitors.conf b/monitors.conf new file mode 100644 index 0000000..e69de29 diff --git a/workspaces.conf b/workspaces.conf new file mode 100644 index 0000000..e69de29