chore: Update path
This commit is contained in:
parent
17fcac861e
commit
bca72f7f2c
7 changed files with 9 additions and 12 deletions
|
|
@ -1,8 +1,6 @@
|
||||||
NEOVIDE_MAXIMIZED=0
|
NEOVIDE_MAXIMIZED=0
|
||||||
GPG_TTY=$(tty)
|
GPG_TTY=$(tty)
|
||||||
PATH=$PATH:$HOME/.local/bin
|
PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:~/.local/bin:~/.cargo/bin:$PATH
|
||||||
TEXMFHOME=$HOME/.texmf
|
|
||||||
PATH=/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:$HOME/.local/bin:$HOME/.cargo/bin:$PATH
|
|
||||||
EDITOR="neovide --novsync --nofork"
|
EDITOR="neovide --novsync --nofork"
|
||||||
SUDO_EDITOR="neovide --novsync --nofork"
|
SUDO_EDITOR="neovide --novsync --nofork"
|
||||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,5 @@ env = LD_LIBRARY_PATH,/usr/local/lib
|
||||||
env = EDITOR,"neovide --novsync --nofork"
|
env = EDITOR,"neovide --novsync --nofork"
|
||||||
env = WLR_DRM_NO_ATOMIC,1
|
env = WLR_DRM_NO_ATOMIC,1
|
||||||
env = GTK_USE_PORTAL, 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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@ input {
|
||||||
|
|
||||||
general {
|
general {
|
||||||
sensitivity=1.0
|
sensitivity=1.0
|
||||||
gaps_in=3 3 3 3
|
gaps_in=3
|
||||||
gaps_out=2 5 5 5
|
gaps_out=2,5,5,5
|
||||||
border_size=3
|
border_size=3
|
||||||
col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg
|
col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg
|
||||||
col.inactive_border=0x66333333
|
col.inactive_border=0x66333333
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ windowrule=workspace 10 silent,^(.*)(steam)(.*)$
|
||||||
windowrule=workspace 9 silent,^(.*)(dota)(.*)$
|
windowrule=workspace 9 silent,^(.*)(dota)(.*)$
|
||||||
windowrule=workspace 9 silent,^(.*)(battlebits)(.*)$
|
windowrule=workspace 9 silent,^(.*)(battlebits)(.*)$
|
||||||
windowrule=workspace 9 silent,^(.*)(aoe)(.*)$
|
windowrule=workspace 9 silent,^(.*)(aoe)(.*)$
|
||||||
windowrule=nomaximizerequest,^(.*)(neovide)(.*)$
|
windowrule=suppressevent fullscreen maximize,^(.*)(neovide)(.*)$
|
||||||
windowrule=nofullscreenrequest,^(.*)(neovide)(.*)$
|
|
||||||
windowrulev2=immediate,class:^(.*)(Pal)$
|
windowrulev2=immediate,class:^(.*)(Pal)$
|
||||||
windowrulev2=forceinput,class:^(.*)(Pal)$
|
windowrulev2=forceinput,class:^(.*)(Pal)$
|
||||||
|
|
|
||||||
|
|
@ -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/rules.conf
|
||||||
source=/home/dashie/.config/hypr/conf/keybinds.conf
|
source=/home/dashie/.config/hypr/conf/keybinds.conf
|
||||||
source=/home/dashie/.config/hypr/conf/autostart.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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,10 +14,10 @@ binde=SUPER,K,resizeactive,0 -20
|
||||||
binde=SUPER,L,resizeactive,0 20
|
binde=SUPER,L,resizeactive,0 20
|
||||||
|
|
||||||
general {
|
general {
|
||||||
#gaps_in = 10,10,10,10
|
gaps_in = ereng
|
||||||
#gaps_out = 10
|
gaps_out = peng
|
||||||
}
|
}
|
||||||
|
|
||||||
workspace=0,gapsin:5,gapsout:5 10 15 20
|
#workspace=name:peng,gapsin:5 5 0 0,gapsout:fuck
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
fit = "Contain"
|
fit = "Contain"
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
PATH = "/home/dashie/.config/:$HOME/.local/bin:/home/dashie/.cargo/bin:$PATH"
|
|
||||||
QT_QPA_PLATFORMTHEME = "qt5ct"
|
QT_QPA_PLATFORMTHEME = "qt5ct"
|
||||||
|
|
||||||
[GTK]
|
[GTK]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue