mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-02 14:24:21 +02:00
i3-companion: add a binding to show window info
This commit is contained in:
parent
a25e9f2a56
commit
e1fcaede3f
2 changed files with 42 additions and 0 deletions
3
config
3
config
|
@ -154,6 +154,9 @@ set $quake "QuakeConsoleNeedsUniqueName"
|
|||
for_window [instance=$quake title=$term] move window to scratchpad
|
||||
bindsym $mod+grave exec --no-startup-id i3-msg -t send_tick "quake-console:$term:$quake:0.3"
|
||||
|
||||
# Get info about an app (like xprop)
|
||||
bindsym $mod+i exec --no-startup-id i3-msg -t send_tick "info"
|
||||
|
||||
# Random rules
|
||||
no_focus [class="zoom" window_type="dialog"]
|
||||
for_window [class="Shadow"] fullscreen enable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue