Gaps and appimagelauncherd
This commit is contained in:
parent
aec8311463
commit
f139d6b22a
1 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,17 @@ output * bg /usr/local/share/backgrounds/night-landscape.jpg fill
|
|||
#
|
||||
output eDP-1 resolution 1920x1080 position 0,0
|
||||
output HDMI-A-1 resolution 2048x1080 position 1920,0
|
||||
|
||||
# Gaps
|
||||
smart_gaps on
|
||||
gaps inner 3
|
||||
gaps outer 2
|
||||
|
||||
bindsym $mod+o gaps outer current plus 5
|
||||
bindsym $mod+Shift+o gaps outer current minus 5
|
||||
bindsym $mod+i gaps inner current plus 5
|
||||
bindsym $mod+Shift+i gaps inner current minus 5
|
||||
|
||||
#
|
||||
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
||||
|
||||
|
@ -279,6 +290,7 @@ mode $power_mode {
|
|||
# Manual autostart non graphical
|
||||
exec mount ~/nextcloud/
|
||||
exec autotiling
|
||||
exec appimagelauncherd
|
||||
# Manual autostart graphical
|
||||
exec foot
|
||||
for_window [class="foot"] move to workspace 1:
|
||||
|
|
Loading…
Add table
Reference in a new issue