diff options
author | awy <awy@awy.one> | 2025-08-16 00:36:10 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-16 00:36:10 +0300 |
commit | f73ff09f89df7f409c0e8dc3396f37dbd89b639a (patch) | |
tree | 2e80f59cc956a1a1477f1104ce381f886d76ebe2 /.config/hypr | |
parent | 74a104f33b90f89869e95d4decba60f930665dcb (diff) | |
download | hyprdots-f73ff09f89df7f409c0e8dc3396f37dbd89b639a.tar.gz |
gentoo specific
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 10 | ||||
-rwxr-xr-x | .config/hypr/start.sh | 6 |
2 files changed, 11 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 123d07a..ab14211 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -7,7 +7,7 @@ $menu = mew-run exec-once = dbus-update-activation-environment --all exec-once = foot --server -exec-once = start-pipewire +exec-once = gentoo-pipewire-launcher restart & exec-once = mpd exec-once = waybar exec-once = mako @@ -19,11 +19,11 @@ exec-once = gnome-keyring-daemon --start --components=secrets exec-once = portal env = XCURSOR_SIZE,24 -env = XCURSOR_THEME,Retrowaita +env = XCURSOR_THEME,Adwaita env = HYPRCURSOR_SIZE,24 -env = HYPRCURSOR_THEME,Retrowaita +env = HYPRCURSOR_THEME,Adwaita env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,Everforest-Purple-Dark +env = GTK_THEME,Everforest-Dark # ecosystem { # enforce_permissions = 1 @@ -153,7 +153,7 @@ gestures { $mainMod = SUPER bind = $mainMod, Return, exec, $terminal bind = $mainMod, Q, killactive, -bind = $mainMod, W, exec, icecat +bind = $mainMod, W, exec, $BROWSER bind = $mainMod, R, exec, $terminal -e yazi bind = $mainMod SHIFT, D, exec, tessen bind = $mainMod, V, togglefloating, diff --git a/.config/hypr/start.sh b/.config/hypr/start.sh new file mode 100755 index 0000000..815964b --- /dev/null +++ b/.config/hypr/start.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +export XDG_RUNTIME_DIR="/tmp/hyprland" +mkdir -p $XDG_RUNTIME_DIR +chmod 0700 $XDG_RUNTIME_DIR +exec dbus-run-session Hyprland |