diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-21 22:52:21 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-21 22:52:21 -0400 |
commit | cf5d8d92f1904511006a89970349dbf723ae1732 (patch) | |
tree | 2deb7af8e9031a502b6b7f1c263198e4d6b93f9f /home-config/hypr/hyprland.conf | |
parent | update guixstrap (diff) | |
download | dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.tar.gz dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.tar.bz2 dotfiles-guix-cf5d8d92f1904511006a89970349dbf723ae1732.zip |
update things
Diffstat (limited to 'home-config/hypr/hyprland.conf')
-rw-r--r-- | home-config/hypr/hyprland.conf | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf deleted file mode 100644 index 743fa37..0000000 --- a/home-config/hypr/hyprland.conf +++ /dev/null @@ -1,22 +0,0 @@ -exec-once = dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP=Hyprland - -$mod = SUPER - -$term = alacritty - -$menu = wofi --allow-images --show drun --prompt "Search Program" - -$scale = 1.5 - -$radius = 5 -$gaps = 10 -$border = 3 - -$browser = firefox - -source = ~/.config/hypr/config.d/theme.conf -source = ~/.config/hypr/config.d/keybinds.conf -source = ~/.config/hypr/config.d/input.conf -source = ~/.config/hypr/config.d/workspaces.conf - -exec-once = ~/.config/hypr/config.d/autostart.sh |