Enable drop-down terminal using xfce4
This commit is contained in:
parent
215898fe7e
commit
98dc605365
|
@ -172,6 +172,7 @@ bindcode $mod+Shift+90 move container to workspace $ws10
|
|||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec wezterm
|
||||
bindsym $mod+Shift+Return exec xfce4-terminal --drop-down
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+q kill
|
||||
|
@ -308,7 +309,6 @@ set $ws10 "10"
|
|||
#workspace $ws5 output HDMI-1
|
||||
|
||||
# bind program to workspace and focus to them on startup:
|
||||
assign [class="Xfce4-terminal"] $ws1
|
||||
assign [class="wezterm"] $ws1
|
||||
assign [class="(?i)firefox"] $ws2
|
||||
assign [class="Microsoft-edge"] $ws2
|
||||
|
|
|
@ -33,10 +33,12 @@ ColorBackground=#08052b
|
|||
ColorCursor=#ff7f7f
|
||||
ColorCursorForeground=#FFFFFF
|
||||
ColorBold=#7fbaff
|
||||
TabActivityColor=#81813d3d9c9c
|
||||
TabActivityColor=#47B35D
|
||||
ColorCursorUseDefault=FALSE
|
||||
ColorBoldIsBright=FALSE
|
||||
ScrollingUnlimited=TRUE
|
||||
FontName=Source Code Pro 10
|
||||
ColorPalette=rgb(0,0,0);rgb(170,0,0);rgb(76,61,170);rgb(170,85,0);rgb(0,0,170);rgb(170,0,170);rgb(0,170,170);rgb(170,170,170);rgb(85,85,85);rgb(255,85,85);rgb(85,255,85);rgb(255,255,85);rgb(85,85,255);rgb(255,85,255);rgb(85,255,255);rgb(255,255,255)
|
||||
ColorPalette=rgb(8,5,43);rgb(255,127,127);rgb(127,63,191);rgb(204,57,128);rgb(127,186,255);rgb(127,63,191);rgb(127,127,255);rgb(205,204,219);rgb(127,186,255);rgb(255,127,127);rgb(153,153,204);rgb(255,127,127);rgb(127,127,255);rgb(127,63,191);rgb(127,127,255);rgb(227,227,234)
|
||||
ScrollingBar=TERMINAL_SCROLLBAR_NONE
|
||||
MiscRightClickAction=TERMINAL_RIGHT_CLICK_ACTION_CONTEXT_MENU
|
||||
|
||||
|
|
Loading…
Reference in a new issue