diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-04 23:21:01 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-04 23:21:01 -0400 |
commit | db49f683129771d95828b01594c69431a717e8e8 (patch) | |
tree | d2cb1c0b865e4d81ce81f9a3176b8ad93a864950 /home-config/sway/config | |
download | dotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.tar.gz dotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.tar.bz2 dotfiles-guix-db49f683129771d95828b01594c69431a717e8e8.zip |
guix
Diffstat (limited to 'home-config/sway/config')
-rwxr-xr-x | home-config/sway/config | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/home-config/sway/config b/home-config/sway/config new file mode 100755 index 0000000..1ef472f --- /dev/null +++ b/home-config/sway/config @@ -0,0 +1,34 @@ +# xdg desktop portal fix +exec dbus-update-activation-environment DISPLAY I3SOCK SWAYSOCK WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway + +# Set super key +set $mod Mod4 + +# Set terminal +set $term alacritty + +# Set app launcher +set $menu wofi --allow-images --show=drun --prompt "Search Program" + +# Set scale +set $scale 1.5 + +# Set background +set $bg ~/.config/sway/nya0.png + +# Set Efects +set $radius 0 +set $shadows on +set $shadow_blur 50 +set $blur enable +set $blur_radius 4 +set $blur_passes 2 + +# Set browser +set $browser firefox + +# Autostart apps +exec $HOME/.config/sway/auto.sh + +# Local configs +include $HOME/.config/sway/config.d/* |