sway: switch to misc wayland native apps

This commit is contained in:
2025-06-20 19:36:10 +03:00
parent f1ab7300e8
commit ef13f19d90
2 changed files with 3 additions and 2 deletions

View File

@ -5,4 +5,5 @@
# pidof lxpolkit || lxpolkit & # pidof lxpolkit || lxpolkit &
# pidof picom || picom & # pidof picom || picom &
# wal -R # wal -R
# pkill swaybg; swaybg -i ~/docs/bg/catpuccin/cat-bg-black3-fg-rosewater.png -m fill
pkill swaybg; swaybg -i ~/docs/bg/catpuccin/cat-bg-black3-fg-rosewater.png -m fill pkill swaybg; swaybg -i ~/docs/bg/catpuccin/cat-bg-black3-fg-rosewater.png -m fill

View File

@ -9,7 +9,7 @@ set $calculator "rofi -show calc"
set $calendar "$terminal -e nvim +Agenda" set $calendar "$terminal -e nvim +Agenda"
set $feed_reader "$terminal -e newsboat" set $feed_reader "$terminal -e newsboat"
set $file_manager nemo set $file_manager nemo
set $music_player "kitty -e ncmpcpp" set $music_player "kitty -e rmpc"
set $screen_locker "swaylock -c 000000" set $screen_locker "swaylock -c 000000"
font pango:mononoki 12 font pango:mononoki 12
@ -82,7 +82,7 @@ bindsym $mod+Control+q floating toggle
bindsym $mod+Return exec $terminal bindsym $mod+Return exec $terminal
bindsym $mod+space exec --no-startup-id "rofi -show drun" bindsym $mod+space exec --no-startup-id "rofi -show drun"
bindsym $mod+grave exec flameshot gui bindsym $mod+grave exec grim -g "$(slurp)" - | swappy -f -
bindsym $mod+1 exec $file_manager bindsym $mod+1 exec $file_manager
bindsym $mod+2 exec $browser bindsym $mod+2 exec $browser
bindsym $mod+3 exec $calculator bindsym $mod+3 exec $calculator