Fixing some i3 and rofi things

This commit is contained in:
Colin Powell
2019-12-06 12:31:38 -05:00
parent fb8ae6d15f
commit b1808a8bb0
5 changed files with 9 additions and 12 deletions

View File

@ -41,8 +41,6 @@ set $outer 12
gaps inner $inner
gaps outer $outer
# SET BACKGROUND
exec feh --bg-scale ~/var/inbox/ng_photos/`ls -Ar ~/var/inbox/ng_photos | tail -n 1`
# START POLYBAR
exec_always --no-startup-id ~/.config/polybar/launch.sh
@ -255,14 +253,11 @@ bindsym XF86MonBrightnessDown exec ~/.config/i3/bright.sh -d # decrease screen b
bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness
# ROFI
bindsym $mod+Tab exec rofi -show window -theme list -display-window ""
bindsym $mod+space exec rofi -show run -theme list
#bindsym $mod+Shift+d exec
bindsym $mod+space exec rofi -show combi -display-window "W"
# BACKGROUND
#exec_always hsetroot -add "#c79081" -add "#dfa579" -gradient 0
exec_always hsetroot -add "#DAD299" -add "#B0DAB9" -gradient 0
#exec_always hsetroot -solid "#c79081"
exec_always hsetroot -add "#c79081" -add "#dfa579" -gradient 0
exec feh --bg-scale ~/var/inbox/astrobin/`ls -Ar ~/var/inbox/astrobin | tail -n 1`
##### APP BINDS ###################################