From 20ea9cc4d1dde77fb7b2cc0fd1616c4766e11d57 Mon Sep 17 00:00:00 2001 From: Nils Pukropp Date: Fri, 13 Mar 2026 17:28:56 +0100 Subject: [PATCH] updated hypr config --- btop/btop.conf | 4 ++-- hypr/modules/autostart.conf | 1 + hypr/modules/env.conf | 4 ++-- hypr/modules/input.conf | 2 +- hypr/modules/monitors.conf | 4 ++-- hypr/modules/theme.conf | 4 ++-- systemd/user/gdrive-mount.service | 2 +- systemd/user/narl_io_mount.service | 2 +- systemd/user/vaulthunters_mount.service | 2 +- 9 files changed, 13 insertions(+), 12 deletions(-) diff --git a/btop/btop.conf b/btop/btop.conf index 1e906b0..2693ed4 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -56,11 +56,11 @@ graph_symbol_proc = "default" shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 2000 +update_ms = 1000 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "cpu lazy" +proc_sorting = "command" #* Reverse sorting order, True or False. proc_reversed = false diff --git a/hypr/modules/autostart.conf b/hypr/modules/autostart.conf index bb74624..babbe8f 100644 --- a/hypr/modules/autostart.conf +++ b/hypr/modules/autostart.conf @@ -14,3 +14,4 @@ exec-once = uwsm app -- hyprpaper # exec-once = uwsm app -- /usr/lib/xdg-desktop-portal-hyprland exec-once = wl-paste --type text --watch cliphist store # Stores only text data exec-once = wl-paste --type image --watch cliphist store # Stores only image data +exec-once = uwsm app -- ~/.config/waybar/fluxo-rs/target/release/fluxo-rs daemon diff --git a/hypr/modules/env.conf b/hypr/modules/env.conf index 4f281f8..5bf74a8 100644 --- a/hypr/modules/env.conf +++ b/hypr/modules/env.conf @@ -1,8 +1,8 @@ # See https://wiki.hyprland.org/Configuring/Environment-variables/ -env = INTEL_DEBUG,noccs -env = WLR_DRM_NO_ATOMIC,1 +# env = INTEL_DEBUG,noccs +# env = WLR_DRM_NO_ATOMIC,1 env = HYPRCURSOR_THEME,Bibata-Modern-Classic env = HYPRCURSOR_SIZE,24 env = XCURSOR_SIZE,24 diff --git a/hypr/modules/input.conf b/hypr/modules/input.conf index 8fa2877..e2316db 100644 --- a/hypr/modules/input.conf +++ b/hypr/modules/input.conf @@ -1,7 +1,7 @@ # https://wiki.hyprland.org/Configuring/Variables/#input input { - kb_layout = us + kb_layout = us,us kb_variant = dvorak-intl, intl # kb_variant = intl kb_model = diff --git a/hypr/modules/monitors.conf b/hypr/modules/monitors.conf index de6f23c..db9613e 100644 --- a/hypr/modules/monitors.conf +++ b/hypr/modules/monitors.conf @@ -1,7 +1,7 @@ -# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1 +# monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@240, 0x-1440, 1 # monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 2560x1440@90, 0x-1440, 1, bitdepth, 10 -monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@75, 0x-1080, 1 +monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@240, 0x-1080, 1 # monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1920x1080@60, 0x-1080, 1 # monitor = desc:Samsung Electric Company LC27G7xT H4ZRA00734, 1280x720@240, 0x-720, 1 monitor = eDP-1, 1920x1080@60, 0x0, 1 diff --git a/hypr/modules/theme.conf b/hypr/modules/theme.conf index 83bc901..42e17c6 100644 --- a/hypr/modules/theme.conf +++ b/hypr/modules/theme.conf @@ -20,7 +20,7 @@ general { resize_on_border = false # Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on - allow_tearing = true + allow_tearing = false layout = dwindle } @@ -96,7 +96,7 @@ master { misc { force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( - vrr = 0 + vrr = 1 font_family = FiraCode Nerd Font } diff --git a/systemd/user/gdrive-mount.service b/systemd/user/gdrive-mount.service index 2d8c598..7da6295 100644 --- a/systemd/user/gdrive-mount.service +++ b/systemd/user/gdrive-mount.service @@ -9,7 +9,7 @@ After=network-online.target # The command to start the mount. # Replace "my-remote:" and "/path/to/local/mount" accordingly. # The flags below are highly recommended for a good experience. -ExecStart=rclone mount google_drive: %h/gdrive \ +ExecStart=rclone mount google_drive: %h/remote/gdrive \ --vfs-cache-mode writes \ --log-file /tmp/rclone.log \ --log-level INFO diff --git a/systemd/user/narl_io_mount.service b/systemd/user/narl_io_mount.service index 020579b..da2cbf7 100644 --- a/systemd/user/narl_io_mount.service +++ b/systemd/user/narl_io_mount.service @@ -9,7 +9,7 @@ After=network-online.target # The command to start the mount. # Replace "my-remote:" and "/path/to/local/mount" accordingly. # The flags below are highly recommended for a good experience. -ExecStart=sshfs -f -p 420 narl@narl.io:/opt %h/narl_io +ExecStart=sshfs -f -p 420 narl@narl.io:/opt %h/remote/narl.io # The command to unmount gracefully. ExecStop=fusermount -u %h/narl_io diff --git a/systemd/user/vaulthunters_mount.service b/systemd/user/vaulthunters_mount.service index e5d58f6..671652f 100644 --- a/systemd/user/vaulthunters_mount.service +++ b/systemd/user/vaulthunters_mount.service @@ -10,7 +10,7 @@ After=network-online.target # The command to start the mount. # Replace "my-remote:" and "/path/to/local/mount" accordingly. # The flags below are highly recommended for a good experience. -ExecStart=sshfs -f narl@vh3.narl.io:/opt/minecraft_vaulthunters %h/vaulthunters_server/ +ExecStart=sshfs -f -p 420 narl@vh3.narl.io:/opt/minecraft_vaulthunters %h/remote/vh3.narl.io # The command to unmount gracefully. ExecStop=fusermount -u %h/vaulthunters_server