Commit 1ae4f153 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Disabled dropdown-terminal (don't really use these days much).

parent 69a867a0
......@@ -304,13 +304,13 @@ for_window [title="MuseScore: Play Panel"] floating enable
#for_window [class="Skype"] floating enable border normal
#for_window [title="Color Picker"] floating enable border none
# setting up dropdown terminal (using tilix)
# NOTE: you'll need to disable CSD and set 'Application title' to '${activeTerminalTitle}' (appearance options)
for_window [title="dropdown-terminal"] sticky enable border none
for_window [title="dropdown-terminal"] move scratchpad
exec --no-startup-id tilix -t dropdown-terminal
bindsym $mod+Shift+Return [title="dropdown-terminal"] scratchpad show
bindsym $mod+$mod_next+Return [title="dropdown-terminal"] move position 0px 0px; resize set 1920 600
## setting up dropdown terminal (using tilix)
## NOTE: you'll need to disable CSD and set 'Application title' to '${activeTerminalTitle}' (appearance options)
#for_window [title="dropdown-terminal"] sticky enable border none
#for_window [title="dropdown-terminal"] move scratchpad
#exec --no-startup-id tilix -t dropdown-terminal
#bindsym $mod+Shift+Return [title="dropdown-terminal"] scratchpad show
#bindsym $mod+$mod_next+Return [title="dropdown-terminal"] move position 0px 0px; resize set 1920 600
# Application shortcuts
bindsym $mod+Return exec tilix
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment