mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-10 02:04:21 +02:00
i3-companion: swallow quake console functionality
While payload could be structured, we keep a string as it is easier to express it in i3 configuration file.
This commit is contained in:
parent
2a85902609
commit
1caacfd679
3 changed files with 46 additions and 105 deletions
2
config
2
config
|
@ -152,7 +152,7 @@ bindsym Print exec --no-startup-id "flameshot gui -r | xclip -selection clipboar
|
|||
# Quake window
|
||||
set $quake "QuakeConsoleNeedsUniqueName"
|
||||
for_window [instance=$quake title=$term] move window to scratchpad
|
||||
bindsym $mod+grave exec ~/.config/i3/bin/quake --name $quake --term $term
|
||||
bindsym $mod+grave exec --no-startup-id i3-msg -t send_tick "quake-console:$term:$quake:0.3"
|
||||
|
||||
# Random rules
|
||||
no_focus [class="zoom" window_type="dialog"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue