Fixing some i3 and rofi things
This commit is contained in:
@ -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 ###################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user