[i3] Execute exec-with-shortcut in floating window
This commit is contained in:
parent
c892b7f6c3
commit
3bf5c4495a
1 changed files with 2 additions and 1 deletions
|
@ -104,7 +104,7 @@ bindsym $mod+KP_Enter exec $term
|
||||||
bindsym Ctrl+Mod4+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, $usertitle.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real $usertype.'"
|
bindsym Ctrl+Mod4+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, $usertitle.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real $usertype.'"
|
||||||
bindsym Ctrl+Mod1+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, $usertitle.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real $usertype.'"
|
bindsym Ctrl+Mod1+t exec --no-startup-id "notify-send -a 'i3' -u normal 'You'\''re on i3, $usertitle.' 'Don'\''t try to Ctrl+Alt+T me. Use $mod+Enter like a real $usertype.'"
|
||||||
# start a terminal and execute the command `exec-with-shortcut` from your PATH in it
|
# start a terminal and execute the command `exec-with-shortcut` from your PATH in it
|
||||||
bindsym XF86Calculator exec "$termexec -e bash -c 'exec-with-shortcut; zsh'"
|
bindsym XF86Calculator exec "$termexec -T exec-with-shortcut --dynamic-title-mode=none -x bash -c 'exec-with-shortcut; read'"
|
||||||
|
|
||||||
# start web browser
|
# start web browser
|
||||||
set $browser TZ=UTC firefox
|
set $browser TZ=UTC firefox
|
||||||
|
@ -451,6 +451,7 @@ for_window [class="Nextcloud" instance="nextcloud"] floating disable
|
||||||
for_window [class="Xfce4-settings-manager"] floating disable
|
for_window [class="Xfce4-settings-manager"] floating disable
|
||||||
for_window [title="^openBVE$"] floating disable
|
for_window [title="^openBVE$"] floating disable
|
||||||
for_window [class="^Gramps$"] floating disable
|
for_window [class="^Gramps$"] floating disable
|
||||||
|
for_window [title="^exec-with-shortcut$"] floating enable
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused #422a15 #422a15 #ffffff #f42e9e #552877
|
client.focused #422a15 #422a15 #ffffff #f42e9e #552877
|
||||||
|
|
Loading…
Reference in a new issue