added gaps and removed borders
This commit is contained in:
parent
09a7942047
commit
677ff6e024
23
config
23
config
|
@ -54,12 +54,11 @@ exec $term --class autostart2
|
||||||
#display configuration
|
#display configuration
|
||||||
exec swaymsg focus output eDP-1
|
exec swaymsg focus output eDP-1
|
||||||
output eDP-1 pos 0 360 res 3840x2160
|
output eDP-1 pos 0 360 res 3840x2160
|
||||||
output DP-1 pos 3840 0 res 3440x1440
|
#output DP-1 pos 3840 0 res 3440x1440
|
||||||
#output DP-2 pos 1920 0
|
#output DP-2 pos 1920 0
|
||||||
|
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
#output * bg /usr/share/backgrounds/sway/vaporwave-Sun-mountains-1408599-2364227326.jpg fill
|
#output * bg /usr/share/backgrounds/sway/vaporwave-Sun-mountains-1408599-2364227326.jpg fill
|
||||||
|
|
||||||
#output * bg (find ./Wallpapers -type f | shuf -n 1) fill
|
#output * bg (find ./Wallpapers -type f | shuf -n 1) fill
|
||||||
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
||||||
exec /home/gunalx/.config/sway/wallpaper.sh
|
exec /home/gunalx/.config/sway/wallpaper.sh
|
||||||
|
@ -72,7 +71,22 @@ exec /home/gunalx/.config/sway/idle.sh
|
||||||
exec_always --no-startup-id exec sway-dynamic-names
|
exec_always --no-startup-id exec sway-dynamic-names
|
||||||
|
|
||||||
#gaps
|
#gaps
|
||||||
#gaps set 2
|
smart_borders no_gaps
|
||||||
|
smart_gaps on
|
||||||
|
gaps inner 5
|
||||||
|
default_border pixel 1
|
||||||
|
default_floating_border pixel 2
|
||||||
|
#titlebar_padding 1
|
||||||
|
titlebar_border_thickness 1
|
||||||
|
|
||||||
|
# window decorations
|
||||||
|
# class border background text indicator child_border
|
||||||
|
client.focused #80a0ff #303030 #c6c6c6 #80a0ff #80a0ff
|
||||||
|
client.focused_inactive #80a0ff #303030 #c6c6c6 #80a0ff #80a0ff
|
||||||
|
client.unfocused #80a0ff #080808 #c6c6c6 #80a0ff #303030
|
||||||
|
client.urgent #80a0ff #80a0ff #080808 #80a0ff
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Input configuration
|
### Input configuration
|
||||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||||
|
@ -305,3 +319,6 @@ include /etc/sway/config.d/*
|
||||||
|
|
||||||
#using waybar instead of swaybar.
|
#using waybar instead of swaybar.
|
||||||
exec waybar -c $dir/waybar.d/config -s $dir/waybar.d/style.css
|
exec waybar -c $dir/waybar.d/config -s $dir/waybar.d/style.css
|
||||||
|
|
||||||
|
#run nm-applet for wifi in waybar
|
||||||
|
exec nm-applet
|
||||||
|
|
Loading…
Reference in New Issue