diff --git a/hyprland.conf b/hyprland.conf index 89c1aa8..840e1d3 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -1,3 +1,4 @@ +source = ./modules/env.conf source = ./modules/macchiato.conf source = ./modules/settings.conf source = ./modules/binds.conf diff --git a/modules/binds.conf b/modules/binds.conf index 8863634..f050a49 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -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 diff --git a/modules/env.conf b/modules/env.conf new file mode 100644 index 0000000..ca79d8d --- /dev/null +++ b/modules/env.conf @@ -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 diff --git a/modules/executes.conf b/modules/executes.conf index ebdd4e5..3771e39 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -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 diff --git a/modules/monitors.conf b/modules/monitors.conf index 37b8b79..fec1545 100644 --- a/modules/monitors.conf +++ b/modules/monitors.conf @@ -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