Compare commits
No commits in common. "3abe911b4725a8bde25fb477212a5992a7c1ac9c" and "3ca2d036a4ec33913141399a8ce501de851fd4d0" have entirely different histories.
3abe911b47
...
3ca2d036a4
6 changed files with 9 additions and 11 deletions
|
@ -224,7 +224,7 @@
|
|||
|
||||
# Set this to true to use X11 output on Wayland.
|
||||
force_xwayland = false
|
||||
|
||||
|
||||
### Legacy
|
||||
|
||||
# Use the Xinerama extension instead of RandR for multi-monitor support.
|
||||
|
@ -268,7 +268,7 @@
|
|||
# Xev might be helpful to find names for keys.
|
||||
|
||||
# Close notification.
|
||||
close = mod4+mod1+space
|
||||
close = mod4+mod1+space
|
||||
|
||||
# Close all notifications.
|
||||
close_all = mod4+mod1+Shift_L
|
||||
|
@ -277,7 +277,7 @@
|
|||
# On the US keyboard layout "grave" is normally above TAB and left
|
||||
# of "1". Make sure this key actually exists on your keyboard layout,
|
||||
# e.g. check output of 'xmodmap -pke'
|
||||
history = mod4+mod1+Tab
|
||||
history = mod4+mod1+Tab
|
||||
|
||||
# Context menu.
|
||||
context = mod4+mod1+period
|
||||
|
|
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/mon.conf
|
||||
config.d/dunst.conf
|
||||
config.d/other.conf
|
||||
|
|
|
@ -243,8 +243,7 @@ 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 mako -output $mon 2>&1 >/tmp/mako.log &
|
||||
exec dunst -mon $mon -print 2>&1 >/tmp/dunst.log &
|
||||
exec lxqt-policykit-agent 2>&1 &
|
||||
#exec syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 &
|
||||
exec kdeconnect-indicator 2>&1 &
|
||||
|
|
3
.config/sway/config.d/.dunst.example
Normal file
3
.config/sway/config.d/.dunst.example
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Example
|
||||
# DO NOT EDIT THIS FILE
|
||||
#set $mon 1
|
|
@ -1,4 +0,0 @@
|
|||
# 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: 95px;
|
||||
min-width: 100px;
|
||||
}
|
||||
|
||||
#battery.full {
|
||||
|
|
Loading…
Reference in a new issue