mirror of
https://git.aramjonghu.nl/AramJonghu/hypr.git
synced 2026-06-06 20:38:24 +02:00
added env
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ bind = SUPER,M,exit
|
||||
bind = SUPER,E,exec, thunar
|
||||
bind = SUPER,S,togglefloating
|
||||
bind = SUPER,P,pseudo
|
||||
bind = SUPER,B,exec, librewolf
|
||||
bind = SUPER,B,exec, firefox
|
||||
|
||||
bind = SUPER,H,movefocus,l
|
||||
bind = SUPER,L,movefocus,r
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
env=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||
env=BROWSER=firefox
|
||||
env=TERM=tmux-256color
|
||||
env=VISUAL=nvim
|
||||
env=EDITOR=nvim
|
||||
|
||||
env=HYPRCURSOR_THEME=catppuccin-cursors.macchiatoLight
|
||||
env=HYPRCURSOR_SIZE=24
|
||||
env=XCURSOR_THEME=catppuccin-cursor.macchiatoLight
|
||||
env=XCURSOR_SIZE=24
|
||||
|
||||
env=QT_QPA_PLATFORMTHEME=qt6cenv = ELECTRON_OZONE_PLATFORM_HINT,auto
|
||||
env=QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||
env=QT_QPA_PLATFORM=wayland
|
||||
env=QT_WAYLAND_DISABLE_WINDOWDECORATION=1
|
||||
|
||||
env=XDG_SESSION_DESKTOP=Hyprland
|
||||
env=XDG_SESSION_TYPE=wayland
|
||||
env=CLUTTER_BACKEND=wayland
|
||||
env=GDK_BACKEND=wayland,x11,*
|
||||
env=SDL_VIDEODRIVER=wayland,x11
|
||||
|
||||
env=XDG_CONFIG_HOME=$HOME/.config
|
||||
env=XDG_CACHE_HOME=$HOME/.cache
|
||||
env=XDG_DATA_HOME=$HOME/.local/share
|
||||
env=XDG_PICTRES_HOME=$HOME/Pictures
|
||||
env=HYPRSHOT_DIR=$HOME/Pictures/Screenshots
|
||||
|
||||
env=RUSTICL_ENABLE=radeonsi
|
||||
env=AMD_VULKAN_ICD=RADV
|
||||
@@ -1,10 +1,8 @@
|
||||
exec-once = dispwin -d 1 color_profiles/1440p\ monitor.icm
|
||||
exec-once = zshell
|
||||
exec-once = AyuGram
|
||||
exec-once = teams-for-linux
|
||||
exec-once = vesktop
|
||||
exec-once = steam -silent
|
||||
exec-once = thunderbird
|
||||
exec-once = fcitx5
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb
|
||||
monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1
|
||||
|
||||
#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, ~/color_profiles/1440p\ monitor.icm
|
||||
|
||||
render {
|
||||
cm_auto_hdr = 0
|
||||
cm_fs_passthrough = 1
|
||||
|
||||
Reference in New Issue
Block a user