From bca72f7f2c9f3eac5ef04065390720c85e6d7514 Mon Sep 17 00:00:00 2001 From: Fabio Lenherr / DashieTM Date: Sat, 17 Feb 2024 15:40:16 +0100 Subject: [PATCH] chore: Update path --- environment.d/envvars.conf | 4 +--- hypr/conf/env.conf | 1 + hypr/conf/general.conf | 4 ++-- hypr/conf/rules.conf | 3 +-- hypr/hyprland.conf | 2 +- hypr/hyprlandd.conf | 6 +++--- hypr/regreet.toml | 1 - 7 files changed, 9 insertions(+), 12 deletions(-) diff --git a/environment.d/envvars.conf b/environment.d/envvars.conf index 5fdda51..0d04bf8 100644 --- a/environment.d/envvars.conf +++ b/environment.d/envvars.conf @@ -1,8 +1,6 @@ NEOVIDE_MAXIMIZED=0 GPG_TTY=$(tty) -PATH=$PATH:$HOME/.local/bin -TEXMFHOME=$HOME/.texmf -PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$HOME/.local/bin:$HOME/.cargo/bin:$PATH +PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:~/.local/bin:~/.cargo/bin:$PATH EDITOR="neovide --novsync --nofork" SUDO_EDITOR="neovide --novsync --nofork" PKG_CONFIG_PATH=/usr/local/lib/pkgconfig diff --git a/hypr/conf/env.conf b/hypr/conf/env.conf index abdc0ba..686ce15 100644 --- a/hypr/conf/env.conf +++ b/hypr/conf/env.conf @@ -17,4 +17,5 @@ env = LD_LIBRARY_PATH,/usr/local/lib env = EDITOR,"neovide --novsync --nofork" env = WLR_DRM_NO_ATOMIC,1 env = GTK_USE_PORTAL, 1 +env = PATH,/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:~/.local/bin:~/.cargo/bin:$PATH diff --git a/hypr/conf/general.conf b/hypr/conf/general.conf index d81deca..ebc6450 100644 --- a/hypr/conf/general.conf +++ b/hypr/conf/general.conf @@ -12,8 +12,8 @@ input { general { sensitivity=1.0 - gaps_in=3 3 3 3 - gaps_out=2 5 5 5 + gaps_in=3 + gaps_out=2,5,5,5 border_size=3 col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg col.inactive_border=0x66333333 diff --git a/hypr/conf/rules.conf b/hypr/conf/rules.conf index 9207c11..1e41fc6 100644 --- a/hypr/conf/rules.conf +++ b/hypr/conf/rules.conf @@ -11,7 +11,6 @@ windowrule=workspace 10 silent,^(.*)(steam)(.*)$ windowrule=workspace 9 silent,^(.*)(dota)(.*)$ windowrule=workspace 9 silent,^(.*)(battlebits)(.*)$ windowrule=workspace 9 silent,^(.*)(aoe)(.*)$ -windowrule=nomaximizerequest,^(.*)(neovide)(.*)$ -windowrule=nofullscreenrequest,^(.*)(neovide)(.*)$ +windowrule=suppressevent fullscreen maximize,^(.*)(neovide)(.*)$ windowrulev2=immediate,class:^(.*)(Pal)$ windowrulev2=forceinput,class:^(.*)(Pal)$ diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 5bd8db9..e6b0213 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -4,5 +4,5 @@ source=/home/dashie/.config/hypr/conf/general.conf source=/home/dashie/.config/hypr/conf/rules.conf source=/home/dashie/.config/hypr/conf/keybinds.conf source=/home/dashie/.config/hypr/conf/autostart.conf -source=/home/dashie/.config/hypr/conf/plugins.conf +#source=/home/dashie/.config/hypr/conf/plugins.conf diff --git a/hypr/hyprlandd.conf b/hypr/hyprlandd.conf index f129099..cb3e092 100644 --- a/hypr/hyprlandd.conf +++ b/hypr/hyprlandd.conf @@ -14,10 +14,10 @@ binde=SUPER,K,resizeactive,0 -20 binde=SUPER,L,resizeactive,0 20 general { - #gaps_in = 10,10,10,10 - #gaps_out = 10 + gaps_in = ereng + gaps_out = peng } -workspace=0,gapsin:5,gapsout:5 10 15 20 +#workspace=name:peng,gapsin:5 5 0 0,gapsout:fuck diff --git a/hypr/regreet.toml b/hypr/regreet.toml index 8874886..8e9428e 100644 --- a/hypr/regreet.toml +++ b/hypr/regreet.toml @@ -3,7 +3,6 @@ fit = "Contain" [env] -PATH = "/home/dashie/.config/:$HOME/.local/bin:/home/dashie/.cargo/bin:$PATH" QT_QPA_PLATFORMTHEME = "qt5ct" [GTK]