AutoYADM commit: 2025-01-10 18:10:05

This commit is contained in:
Daniel Fichtinger 2025-01-10 18:10:05 -05:00
parent 657fc89dd1
commit c92550728d
2 changed files with 43 additions and 15 deletions

View file

@ -95,7 +95,7 @@ default_floating_border pixel 1
# Start your launcher
bindsym $mod+t exec $menu
bindsym $mod+d exec $drun
bindsym $mod+a exec $drun
# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
@ -244,19 +244,19 @@ bindsym $mod+r mode "resize"
# Status Bar:
#
# Read `man 5 sway-bar` for more information about this section.
# bar {
# position top
#
# # When the status_command prints a new line to stdout, swaybar updates.
# # The default just shows the current date and time.
# status_command while date +'%Y-%m-%d %X'; do sleep 1; done
#
# colors {
# statusline #ffffff
# background #323232
# inactive_workspace #32323200 #32323200 #5c5c5c
# }
# }
bar {
position top
# When the status_command prints a new line to stdout, swaybar updates.
# The default just shows the current date and time.
status_command while date +'%Y-%m-%d %X'; do sleep 1; done
colors {
statusline #ffffff
background #323232
inactive_workspace #32323200 #32323200 #5c5c5c
}
}
# autostart applications
# TODO: add obsidian and filen?
@ -264,7 +264,7 @@ exec_always nm-applet
exec_always autotiling &
# exec_always pkill waybar && waybar
exec waybar &
# exec waybar &
exec bluman-applet
exec_always pkill dunst && dunst &
exec tmux start-server &