diff options
author | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-20 10:24:58 +0200 |
---|---|---|
committer | Loek Le Blansch <l.leblansch@gmail.com> | 2020-09-20 10:24:58 +0200 |
commit | 5315593f5804ca7d070dd012c69cac375069e72a (patch) | |
tree | a5da5bb7b2c2cfb6cca5cdc893a8cd10035a6311 /.config/i3 | |
parent | 7f7bd84a907f2be62760ca7827ec236b3be01d24 (diff) |
update
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/i3/config b/.config/i3/config index e4ef0cf..ba18037 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -9,12 +9,12 @@ gaps outer $outer_gaps # border color # pywal-start -client.focused #9cbac4 #191b1c #c5c6c6 #9cbac4 #707D81 -client.focused_inactive #626565 #525454 #c5c6c6 #1E2022 #191b1c -client.unfocused #191b1c #141616 #9D9F9F #191b1c #141616 -client.urgent #191b1c #e95678 #c5c6c6 #e95678 #e95678 -client.placeholder #000000 #0c0c0c #c5c6c6 #000000 #0c0c0c -client.background #c5c6c6 +client.focused #b3a18c #191a19 #c5c5c5 #b3a18c #797269 +client.focused_inactive #626462 #525352 #c5c5c5 #1E1F1E #191a19 +client.unfocused #191a19 #141514 #9E9E9E #191a19 #141514 +client.urgent #191a19 #e95678 #c5c5c5 #e95678 #e95678 +client.placeholder #000000 #0c0c0c #c5c5c5 #000000 #0c0c0c +client.background #c5c5c5 # pywal-end @@ -43,7 +43,7 @@ bindsym $mod+Escape exec "dm-tool lock" bindsym $mod+space exec "rofi -show drun -show-icons" bindsym $mod+Return exec st bindsym $mod+p exec bwmenu -bindsym Print exec "flameshot gui" +bindsym Print exec "maim -sb 4 -c 255,255,255 | xclip -selection clipboard -t image/png" bindsym XF86AudioPlay exec "playerctl play-pause" bindsym XF86AudioNext exec "playerctl next" |