From 4d4515b2c837d2d38f390d59b44c912b23697527 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 25 Mar 2020 10:46:35 -0400 Subject: [PATCH] Fix some dups in i3 config --- i3/.config/i3/config | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 00d0581..1b624c3 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -21,7 +21,6 @@ set $center move absolute position center floating_modifier $mod set $thick 0 -#border_radius 2 # DEFAULT BORDER for_window [class="^.*"] border pixel $thick @@ -150,11 +149,6 @@ bindsym $mod+Ctrl+space floating toggle; resize set 780px 880px; # Small PAPER MODE bindsym $mod+Ctrl+p floating toggle; resize set 480px 580px; -# Small PAPER MODE -bindsym $mod+Ctrl+p floating toggle; resize set 550px 650px; $center -bindsym $mod+Ctrl+g exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls -bindsym $mod+Ctrl+p exec --no-startup-id $solobrowser https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc - # CENTER FLOATING bindsym $mod+c $center @@ -288,7 +282,7 @@ bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness bindsym $mod+space exec rofi -show combi -display-window "W" # BACKGROUND -exec feh --bg-scale ~/var/inbox/astrobin/`ls -Ar ~/var/inbox/astrobin | tail -n 1` +exec hsetroot -cover ~/var/backgrounds/astrobin/`ls -Ar ~/var/backgrounds/astrobin | tail -n 1` ##### APP BINDS ###################################