config backup

This commit is contained in:
2020-12-24 13:31:36 +01:00
parent 86fc22fe09
commit cd55379f1b
14 changed files with 7315 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 818 KiB

View File

@@ -3,6 +3,7 @@
# Logo key. Use Mod1 for Alt.
set $mod Mod4
set $term alacritty
set $menu bemenu-run -n --fn iosevka --nb "#2b384d" --tb "#2b384d" --fb "#2b384d" --hb "#db922c" --tf "#db922c" --hf "#d6d6d6" -nf "#d6d6d6" --tf "#d6d6d6" --ff "#d6d6d6"
set $lock swaylock --screenshots --clock --indicator --effect-blur 5x7
@@ -13,6 +14,9 @@ input "type:keyboard" {
xkb_options grp:alt_shift_toggle
}
default_border pixel 1
exec mako
exec waybar
exec udiskie --tray --appindicator
@@ -23,14 +27,14 @@ font iosevka
for_window [class="^.*"] inhibit_idle fullscreen
#colors: border backgr. text indicator
client.focused #544BCE #544BCE #ffffff #000000
client.focused #5f5c8a 5f5c8a #ffffff #000000
client.focused_inactive #2B2B4F #2B2B4F #ffffff #2b2b2b
client.unfocused #2B2B4F #2B2B4F #ffffff #2b2b2b
client.urgent #D80000 #D80000 #ffffff #2b2b2b
### 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 background/arch.png fill
### Idle configuration
exec swayidle timeout 300 '$lock' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 000000'
@@ -50,8 +54,8 @@ bindsym XF86MonBrightnessDown exec light -U 10 && light | cut -d '.' -f1 > /tmp/
bindsym XF86AudioMute exec "amixer -D pulse -q sset Master,0 toggle"
bindsym XF86AudioMicMute exec "amixer -q sset Capture,0 toggle"
bindsym XF86AudioRaiseVolume exec "amixer sset Master 5%+ | sed -En 's/.*\[([0-9]+)%\].*/\1/p' | head -1 > /tmp/wob"
bindsym XF86AudioLowerVolume exec "amixer sset Master 5%- | sed -En 's/.*\[([0-9]+)%\].*/\1/p' | head -1 > /tmp/wob"
bindsym XF86AudioRaiseVolume exec "amixer -M sset Master 5%+ | sed -En 's/.*\[([0-9]+)%\].*/\1/p' | head -1 > /tmp/wob"
bindsym XF86AudioLowerVolume exec "amixer -M sset Master 5%- | sed -En 's/.*\[([0-9]+)%\].*/\1/p' | head -1 > /tmp/wob"
bindsym $mod+L exec $lock