Fix some dups in i3 config
This commit is contained in:
@ -21,7 +21,6 @@ set $center move absolute position center
|
|||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
set $thick 0
|
set $thick 0
|
||||||
#border_radius 2
|
|
||||||
|
|
||||||
# DEFAULT BORDER
|
# DEFAULT BORDER
|
||||||
for_window [class="^.*"] border pixel $thick
|
for_window [class="^.*"] border pixel $thick
|
||||||
@ -150,11 +149,6 @@ bindsym $mod+Ctrl+space floating toggle; resize set 780px 880px;
|
|||||||
# Small PAPER MODE
|
# Small PAPER MODE
|
||||||
bindsym $mod+Ctrl+p floating toggle; resize set 480px 580px;
|
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
|
# CENTER FLOATING
|
||||||
bindsym $mod+c $center
|
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"
|
bindsym $mod+space exec rofi -show combi -display-window "W"
|
||||||
|
|
||||||
# BACKGROUND
|
# 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 ###################################
|
##### APP BINDS ###################################
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user