aboutsummaryrefslogtreecommitdiff
path: root/.config/i3
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-27 01:17:30 +0300
committereug-vs <eug-vs@keemail.me>2021-03-27 01:17:45 +0300
commit5346fb693fb8b9a9e97df6e09e0cba9024de9387 (patch)
treea0aa363a78e5f71fba1c4d918229c0de6e15671b /.config/i3
parent9619e81aaf1d7c86364c3f5834131eddd2ef55b9 (diff)
downloaddotfiles-5346fb693fb8b9a9e97df6e09e0cba9024de9387.tar.gz
feat(i3): use more minimal setup
Use original picom instead of jonaburg fork - i.e remove blur, transparency and rounded corners.
Diffstat (limited to '.config/i3')
-rw-r--r--.config/i3/config10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/i3/config b/.config/i3/config
index 4a52c76..e8bc0fe 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -91,7 +91,7 @@ bindsym $mod+w layout tabbed
bindsym $mod+e layout toggle split
# toggle tiling / floating
-bindsym $mod+Shift+space floating toggle
+bindsym $mod+Shift+f floating toggle
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
@@ -196,14 +196,14 @@ set $darkgray #1d2021
# green gruvbox
# class border|backgr|text|indicator|child_border
-client.focused $darkgray $yellow $darkgray $purple $darkgray
+client.focused $darkgray $yellow $darkgray $purple $yellow
client.focused_inactive $darkgray $darkgray $yellow $purple $darkgray
client.unfocused $darkgray $darkgray $yellow $purple $darkgray
client.urgent $red $red $white $red $red
# i3gaps
-for_window [class=".*"] border pixel 0
-gaps inner 12
+for_window [class=".*"] border pixel 1
+gaps inner 28
# i3blocks
bar {
@@ -228,5 +228,5 @@ exec alacritty -e zsh -c "tmux a; zsh"
exec volnoti
exec hsetroot -cover ~/Pictures/wallpaper.jpg
exec redshift -P &
-exec sleep 2 && picom --config ~/.picom.conf &
+exec picom -c -i 1.0 -D 0 &