diff options
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/hyprland.conf | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 14151f5..ddd064e 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,20 +1,17 @@ monitor = HDMI-A-1, 1920x1080@200, 0x0, 1 monitor = DP-1, 1920x1080@144, -1080x-280, 1, transform, 3 -env = XCURSOR_THEME,Win10OS-cursors -env = XCURSOR_SIZE,24 -env = HYPRCURSOR_THEME,Win10OS-cursors -env = HYPRCURSOR_SIZE,24 +env = XCURSOR_THEME, +env = XCURSOR_SIZE,16 +env = HYPRCURSOR_THEME, +env = HYPRCURSOR_SIZE,16 $terminal = kitty $fileManager = nautilus -$menu = fuzzel +$menu = rofi $mainMod = SUPER -exec-once = swww-daemon -exec-once = hyprctl setcursor Win10OS-cursors 24 -exec-once = wl-paste --type text --watch cliphist store -exec-once = wl-paste --type image --watch cliphist store +exec-once = general { gaps_in = 5 |
