diff options
| author | benj <benj@rse8.com> | 2023-12-27 21:19:06 -0800 |
|---|---|---|
| committer | benj <benj@rse8.com> | 2023-12-27 21:19:06 -0800 |
| commit | 65a1bc83f196f34665c83b8914e789e754a07523 (patch) | |
| tree | d36789b8027cf08108c4bdcb76416502909f6a7f /des/i3/config | |
| parent | d27235969cf1d60784ea9cc200743a1b0c70bd3f (diff) | |
| download | setup-65a1bc83f196f34665c83b8914e789e754a07523.tar setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.gz setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.bz2 setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.lz setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.xz setup-65a1bc83f196f34665c83b8914e789e754a07523.tar.zst setup-65a1bc83f196f34665c83b8914e789e754a07523.zip | |
update alacritty config and add davinci launcher with hidpi opt
Diffstat (limited to 'des/i3/config')
| -rw-r--r-- | des/i3/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/des/i3/config b/des/i3/config index 84c8fac..6d0a955 100644 --- a/des/i3/config +++ b/des/i3/config @@ -23,6 +23,7 @@ font pango:monospace 8 font pango:Source Code Pro 8 # Notifications via dunst - handled by systemd +exec --no-startup-id dunst bindsym $mod+F12 exec --no-startup-id /usr/bin/dunstctl close bindsym $mod+Shift+F12 exec --no-startup-id /usr/bin/dunstctl history-pop @@ -30,7 +31,7 @@ bindsym $mod+Shift+F12 exec --no-startup-id /usr/bin/dunstctl history-pop exec --no-startup-id xrandr --output DVI-D-0 --auto --output HDMI-0 --auto --left-of DVI-D-0 # Background -exec --no-startup-id feh --bg-fill ~/.setup/des/i3/assets/wallpaper/yosemite_color_block.png +exec --no-startup-id feh --bg-fill --randomize ~/.setup/des/i3/assets/wallpaper # ~/.setup/des/i3/assets/wallpaper/yosemite_color_block.png # Change background randomly bindsym $mod+F8 exec --no-startup-id feh --bg-fill --randomize ~/.setup/des/i3/assets/wallpaper |
