From 32e4627fb53c344391ff31bec1e8f56cc8a87821 Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Thu, 22 Jan 2026 15:24:49 +0000 Subject: [PATCH] update decoration, gesture --- .config/hypr/hyprland.conf | 48 +++----------------------------------- .config/hypr/monitors.conf | 3 +++ 2 files changed, 6 insertions(+), 45 deletions(-) create mode 100644 .config/hypr/monitors.conf diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 2339d24..1430019 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,3 +1,5 @@ +source = ~/.config/hypr/monitors.conf + # Set programs that you use $terminal = kitty $fileManager = thunar @@ -9,58 +11,24 @@ exec-once = swww-daemon exec-once = swww img ~/.wallpapers/liminal.png exec = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark" # for GTK4 apps exec = gsettings set org.gnome.desktop.interface gtk-theme "adw-gtk3-dark" # for GTK3 apps -env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme misc:initial_workspace_tracking=1 -################# -### AUTOSTART ### -################# - -# Autostart necessary processes (like notifications daemons, status bars, etc.) -# Or execute your favorite apps at launch like this: - -# exec-once = $terminal -# exec-once = nm-applet & -# exec-once = waybar & hyprpaper & firefox - - ############################# ### ENVIRONMENT VARIABLES ### ############################# -# See https://wiki.hypr.land/Configuring/Environment-variables/ - env = XCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24 env = LIBVA_DRIVER_NAME,nvidia env = __GLX_VENDOR_LIBRARY_NAME,nvidia env = NVD_BACKEND,direct +env = QT_QPA_PLATFORMTHEME,qt6ct # for Qt apps# Theme ################### ### PERMISSIONS ### ################### -# See https://wiki.hypr.land/Configuring/Permissions/ -# Please note permission changes here require a Hyprland restart and are not applied on-the-fly -# for security reasons - -# ecosystem { -# enforce_permissions = 1 -# } - -# permission = /usr/(bin|local/bin)/grim, screencopy, allow -# permission = /usr/(lib|libexec|lib64)/xdg-deskclass:(?!Minecraft Launcher).*top-portal-hyprland, screencopy, allow -# permission = /usr/(bin|local/bin)/hyprpm, plugin, allow - - -##################### -### LOOK AND FEEL ### -##################### - -# Refer to https://wiki.hypr.land/Configuring/Variables/ - -# https://wiki.hypr.land/Configuring/Variables/#general general { gaps_in = 5 gaps_out = 5 @@ -80,10 +48,6 @@ general { layout = dwindle } -# https://wiki.hypr.land/Configuring/Variables/#decoration - -# https://wiki.hypr.land/Configuring/Variables/#animations -# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more dwindle { pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this @@ -124,11 +88,6 @@ input { } } -# See https://wiki.hypr.land/Configuring/Gestures -gesture = 3, horizontal, workspace - -# Example per-device config -# See https://wiki.hypr.land/Configuring/Keywords/#per-device-input-configs for more device { name = epic-mouse-v1 sensitivity = -0.5 @@ -140,5 +99,4 @@ exec-once = hyprctl setcursor Breeze 24 source = ~/.config/hypr/keybinds.conf source = ~/.config/hypr/applications.conf source = ~/.config/hypr/decoration.conf -source = ~/.config/hypr/monitors.conf diff --git a/.config/hypr/monitors.conf b/.config/hypr/monitors.conf new file mode 100644 index 0000000..7feb93a --- /dev/null +++ b/.config/hypr/monitors.conf @@ -0,0 +1,3 @@ +monitor = eDP-1, 1920x1080@144,0x0,1 +#monitor = HDMI-A-1, 1920x1080@60,0x0,1,mirror, eDP-1 +