dsfjdsfj
This commit is contained in:
parent
1c1011a2c0
commit
88276491e7
1 changed files with 7 additions and 5 deletions
10
config
10
config
|
@ -54,8 +54,9 @@ bindsym $mod+Return exec kitty
|
||||||
# kill focused window
|
# kill focused window
|
||||||
bindsym $mod+w kill
|
bindsym $mod+w kill
|
||||||
|
|
||||||
# popup whisker menu
|
# popup appfinder
|
||||||
bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
|
bindsym $mod+d exec --no-startup-id xfce4-appfinder --disable-server
|
||||||
|
for_window [title="Application Finder"] floating enable
|
||||||
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
|
@ -171,11 +172,12 @@ bindsym $mod+r mode "resize"
|
||||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||||
# finds out, if available)
|
# finds out, if available)
|
||||||
# bar {
|
# bar {
|
||||||
# status_command i3status
|
#status_command polybar
|
||||||
#}
|
#}
|
||||||
|
exec --no-startup-id polybar
|
||||||
|
|
||||||
# use xfce bar
|
# use xfce bar
|
||||||
exec --no-startup-id xfce4-panel
|
# exec --no-startup-id xfce4-panel
|
||||||
|
|
||||||
default_border 1pixel
|
default_border 1pixel
|
||||||
default_floating_border normal
|
default_floating_border normal
|
||||||
|
|
Loading…
Reference in a new issue