diff options
author | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2023-11-28 09:07:49 -0500 |
commit | 1b5173bec111364070ccc7d6a8acd6bc0e21e3bd (patch) | |
tree | a4bdf965d69c086c2439f8761321d04573b4b666 /.config/sway/config.d | |
parent | fix project script (diff) | |
download | dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.gz dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.tar.bz2 dotfiles-arch-1b5173bec111364070ccc7d6a8acd6bc0e21e3bd.zip |
dbus/xdg proper configuration
Diffstat (limited to '.config/sway/config.d')
-rw-r--r-- | .config/sway/config.d/keybinds | 4 | ||||
-rw-r--r-- | .config/sway/config.d/theme | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.config/sway/config.d/keybinds b/.config/sway/config.d/keybinds index 0543339..1bae11e 100644 --- a/.config/sway/config.d/keybinds +++ b/.config/sway/config.d/keybinds @@ -49,8 +49,8 @@ bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous # Screenshot -bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy && notify-send -t 1000 "Screenshot copied to clipboard" -bindsym Print exec grim - | wl-copy && notify-send -t 1000 "Screenshot copied to clipboard" +bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy -t image/png && notify-send -t 3000 "Sway" "Screenshot copied to clipboard" +bindsym Print exec grim - | wl-copy -t iamge/png && notify-send -t 3000 "Sway" "Full screen copied to clipboard" bindsym Shift+Print exec slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy # Michelsoft Binbows diff --git a/.config/sway/config.d/theme b/.config/sway/config.d/theme index e8d2822..661f9e5 100644 --- a/.config/sway/config.d/theme +++ b/.config/sway/config.d/theme @@ -30,3 +30,7 @@ layer_effects "wofi" blur enable; shadows enable ### Output configuration output * bg $bg fill + +### Bar + +exec env GTK_THEME="Adwaita-dark" waybar |