various xfce-related updates
This commit is contained in:
parent
42e47f9227
commit
017eab1a02
3 changed files with 23 additions and 3 deletions
10
.i3/config
10
.i3/config
|
|
@ -38,13 +38,15 @@ client.urgent #2f343a #900000 #ffffff #900000
|
|||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
gaps inner 10
|
||||
#gaps inner 10
|
||||
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Shift+Return exec run_terminal
|
||||
|
||||
bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal
|
||||
#bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal
|
||||
#bindsym Control+space exec rofi -combi-modi window,run,ssh -modi combi -show combi
|
||||
bindsym Control+space exec "rofi -combi-modi run,drun -modi combi -show combi -terminal run_terminal -fuzzy"
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+c kill
|
||||
|
|
@ -221,5 +223,7 @@ bindsym $mod+Shift+Control+r mode "goremote"
|
|||
#position top
|
||||
#tray_output primary
|
||||
#}
|
||||
exec --no-startup-id xfce4-panel --disable-wm-check
|
||||
#exec --no-startup-id xfce4-panel --disable-wm-check
|
||||
#exec polybar HDMI1
|
||||
exec --no-startup-id nitrogen --restore
|
||||
exec --no-startup-id picom -b --config ~/.compton.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue