mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-07-04 02:52:02 +00:00
Initial support for sway and waybar
This commit is contained in:
@ -173,6 +173,7 @@ exec_always --no-startup-id setxkbmap -option 'caps:super'
|
||||
# Startup scripts
|
||||
exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
|
||||
exec --no-startup-id systemctl --user start polybar
|
||||
exec --no-startup-id waybar &
|
||||
|
||||
# class border backgr. text indicator child_border
|
||||
client.focused $pink $pink $pink $pink $pink
|
||||
@ -186,7 +187,8 @@ client.background $blue
|
||||
# Removes border and title bar
|
||||
for_window [class="^.*"] border pixel 4
|
||||
#new_window 1pixel
|
||||
new_float normal 4
|
||||
#new_float normal 4
|
||||
default_floating_border normal 4
|
||||
#new_window normal 0 px
|
||||
|
||||
# Screenshots
|
||||
|
Reference in New Issue
Block a user