diff options
author | David Runge <dave@sleepmap.de> | 2019-10-19 12:19:10 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2019-10-19 12:19:10 +0200 |
commit | 9972f28fa5f596081a2b9812600c50fec4e82bb5 (patch) | |
tree | b18bdd360fcd0909a9f25d09fabe66070df1cd38 /.config/sway | |
parent | 1b4677ab012bd7d18cf05ae28745e07d87f9d9a5 (diff) | |
parent | f3be3ab5d8853b2c395e45329c8c55374d048311 (diff) | |
download | dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.gz dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.bz2 dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.tar.xz dotfiles-9972f28fa5f596081a2b9812600c50fec4e82bb5.zip |
Merge branch 'master' of sleepmap.de:dave/dotfiles
* 'master' of sleepmap.de:dave/dotfiles:
.config/nvchecker/nvchecker.ini: Switching to gitlab upstream for qastools. Adding polyphone, libopenshot, libopenshot-audio, openshot, libquicktime, libconfig, vico, mephisto.lv2 and lv2lint.
.config/systemd/user/jack@.service: Removing custom jack@ user service (it has been upstreamed and is available since jack2 1.9.13).
.config/sway/config: Adding common (local) location for background image (which can be a symlink to another file).
.config/sway/config: Setting default_border pixel 2, to not have headers. Reactivating keyboard shortcut for layout toggle split.
.config/nvchecker/nvchecker.ini: Adding audiofile, redland, ladspa, ddrescue, raptor, rasqal, python-ipy, gandi.cli, flyspray and changing upstreams of a2jmidid, solfege and redkite.
.zsh.after/functions.zsh: Adding .tar.lz and .lz to ex() and lstar() (respectively).
.vim/addons.vim: Removing youcompleteme and adding coverage-highlight.
.config/psd/psd.conf: Adding qutebrowser.
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/config | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/sway/config b/.config/sway/config index a8f6128..315c020 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -26,10 +26,12 @@ set $lock swaylock -f -c 000000 set $brightness_up backlight -i "5" set $brightness_down backlight -i "-5" +default_border pixel 2 + ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg ~/.config/sway/background.png fill # # Example configuration: # @@ -157,7 +159,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill # Switch the current container between different layout styles bindsym $mod+s layout stacking bindsym $mod+w layout tabbed -# bindsym $mod+e layout toggle split + bindsym $mod+e layout toggle split bindsym $mod+space layout toggle all # Make the current focus fullscreen |