Compare commits
3 commits
3ca2d036a4
...
3abe911b47
Author | SHA1 | Date | |
---|---|---|---|
3abe911b47 | |||
580649ac43 | |||
bf7ae2ddbe |
6 changed files with 11 additions and 9 deletions
2
.config/sway/.gitignore
vendored
2
.config/sway/.gitignore
vendored
|
@ -1,5 +1,5 @@
|
|||
config.d/idle.conf
|
||||
config.d/background.conf
|
||||
config.d/lock.conf
|
||||
config.d/dunst.conf
|
||||
config.d/mon.conf
|
||||
config.d/other.conf
|
||||
|
|
|
@ -243,7 +243,8 @@ exec_always /bin/sh -c 'killall kanshi; kanshi 2>&1 >/tmp/kanshi.log &'
|
|||
|
||||
#exec QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||
#exec picom -b 2>&1 &
|
||||
exec dunst -mon $mon -print 2>&1 >/tmp/dunst.log &
|
||||
#exec dunst -mon $mon -print 2>&1 >/tmp/dunst.log &
|
||||
exec mako -output $mon 2>&1 >/tmp/mako.log &
|
||||
exec lxqt-policykit-agent 2>&1 &
|
||||
#exec syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 &
|
||||
exec kdeconnect-indicator 2>&1 &
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
# Example
|
||||
# DO NOT EDIT THIS FILE
|
||||
#set $mon 1
|
4
.config/sway/config.d/.mon.example
Normal file
4
.config/sway/config.d/.mon.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Example
|
||||
# DO NOT EDIT THIS FILE
|
||||
# To get monitor output name, do "swaymsg -t get_outputs" (or just use a GUI like wdisplays)
|
||||
#set $mon HDMI-A-1
|
|
@ -48,7 +48,7 @@ window#waybar.solo {
|
|||
|
||||
#clock {
|
||||
margin: 0px 16px 0px 10px;
|
||||
min-width: 100px;
|
||||
min-width: 95px;
|
||||
}
|
||||
|
||||
#battery.full {
|
||||
|
|
Loading…
Reference in a new issue