diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-04-14 08:05:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-14 08:05:54 -0400 |
| commit | 1caad21a9fe561f515e5a3db2cbc5731f2ca694a (patch) | |
| tree | a7bec9b8aec468194f247bd88cb1594d4102442d | |
| parent | 1f6dbfea037366656a7184385957008d7504cd4a (diff) | |
| parent | e03d54c627a2da9225ff510a70551837afcb1a95 (diff) | |
| download | eibhear-1caad21a9fe561f515e5a3db2cbc5731f2ca694a.tar.gz eibhear-1caad21a9fe561f515e5a3db2cbc5731f2ca694a.tar.zst eibhear-1caad21a9fe561f515e5a3db2cbc5731f2ca694a.zip | |
Merge pull request #274 from TomJansen/master
mod+shift+q forcekills selected window
| -rw-r--r-- | .config/i3/config | 3 | ||||
| -rw-r--r-- | .local/share/larbs/readme.mom | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index d47923c..2328349 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -82,7 +82,8 @@ bindsym $mod+Insert exec --no-startup-id showclip # #---Letter Key Bindings---# # bindsym $mod+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill -bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] kill +bindsym $mod+Shift+q [con_id="__focused__" instance="^(?!dropdown_).*$"] exec --no-startup-id kill -9 `xdotool getwindowfocus getwindowpid` + bindsym $mod+w exec $term -e nmtui bindsym $mod+Shift+w exec --no-startup-id $BROWSER diff --git a/.local/share/larbs/readme.mom b/.local/share/larbs/readme.mom index 0943758..20782a0 100644 --- a/.local/share/larbs/readme.mom +++ b/.local/share/larbs/readme.mom @@ -114,7 +114,9 @@ To type capital letters, hold down the \f(CWShift\fP key\(emthat might sound lik .ITEM \f(CWMod+Enter\fP \(en Spawn terminal (the default terminal is \f(CWst\fP; run \f(CWman st\fP for more.) .ITEM -\f(CWMod+q/Q\fP \(en Close window +\f(CWMod+q\fP \(en Close window +.ITEM +\f(CWMod+Q\fP \(en Force close window .ITEM \f(CWMod+d\fP \(en dmenu (For running commands or programs without shortcuts) .ITEM |
