diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2023-04-10 23:50:42 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2023-04-10 23:50:42 +1200 |
commit | 9dfca67d6d0328d53b01bbe821806a7209d05d89 (patch) | |
tree | 3162479f3217e39ab999b10680c1e80a9ffc7d45 | |
parent | Lean on default path for i3 status config (diff) | |
download | dotfiles-9dfca67d6d0328d53b01bbe821806a7209d05d89.tar.gz dotfiles-9dfca67d6d0328d53b01bbe821806a7209d05d89.zip |
Add title to some xterm windows from sxhkd
-rw-r--r-- | sxhkd/sxhkdrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 0e682dce..0e54d4fb 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -17,7 +17,7 @@ super + i exec gimp super + m - exec x-terminal-emulator -e tm + exec x-terminal-emulator -title tm -e tm super + p exec rofi_pass @@ -26,7 +26,7 @@ super + t exec thunar super + v - exec x-terminal-emulator -e "$VISUAL" + exec x-terminal-emulator -title "$VISUAL" -e "$VISUAL" Print exec xsnap @@ -47,4 +47,4 @@ XF86Audio{Lower,Raise}Volume exec pactl set-sink-volume @DEFAULT_SINK@ {-5%,+5%} XF86Calculator - exec x-terminal-emulator -e bcq + exec x-terminal-emulator -title bcq -e bcq |