From aa132119c78ceab1da7c5ebc9e64d7910c2f50ee Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 13 Jul 2020 21:43:26 -0700 Subject: [PATCH] Add background image to configuration. --- i3/.config/i3/config | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 0d4e43e..032f409 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -30,7 +30,7 @@ font pango:Source Code Pro 8 floating_modifier $mod # start a terminal -bindsym $mod+Return exec i3-sensible-terminal +bindsym $mod+Return exec alacritty # kill focused window bindsym $mod+Shift+q kill @@ -134,7 +134,8 @@ bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart # exit i3 (logs you out of your X session) -bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" +# bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" +bindsym $mod+Shift+e exec i3-msg exit # resize window (you can also use the mouse for that) mode "resize" { @@ -172,7 +173,10 @@ bindsym $mod+r mode "resize" # Polybar exec_always --no-startup-id ~/.polybar.sh +# Compton exec_always --no-startup-id compton +# Wallpaper +exec_always feh --bg-scale ~/background.jpg # Remove window borders for_window [class="^.*"] border pixel 0 # Set up gaps