set variables from zprofile

This commit is contained in:
2025-07-09 23:10:22 +05:00
parent 6ab8430653
commit 17d803c517
3 changed files with 18 additions and 14 deletions

View File

@ -9,12 +9,21 @@ set $up k
set $right l
# autostart
# start daemons
exec copyq --start-server
# exec waybar
exec dunst
exec playerctld daemon
exec_always autotiling
# subscribe to ntfy notifications
exec ~/Scripts/ntfy/ntfy_subscribe.sh &
# start xwayland at session start to make DP-2 monitor primary
xwayland force
exec xrandr --output DP-2 --primary
bar {
id 1
tray_output none
@ -75,6 +84,7 @@ assign [app_id="DBeaver"] workspace 22
assign [class="jetbrains-datagrip"] workspace 23
assign [app_id="taxsee.im.desktop*"] workspace 24
assign [app_id="Element"] workspace number 25
assign [class="Element"] workspace number 25
# powermenu
@ -257,11 +267,4 @@ bindsym --to-code --locked Shift+XF86AudioPrev exec mpc prev
# special key to take a screenshot with grim
bindsym --to-code $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy
# subscribe to ntfy notifications
exec ~/Scripts/ntfy/ntfy_subscribe.sh &
# start xwayland at session start to make DP-2 monitor primary
xwayland force
exec xrandr --output DP-2 --primary
include /etc/sway/config.d/*