diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-04-14 08:08:09 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-14 08:08:09 -0400 |
| commit | 3d90ab4dd26dff7d41f53e0edf4370b42349ad79 (patch) | |
| tree | a9f4da58fe2695474fcb0cffd6c6f5d11b004fb8 | |
| parent | 1caad21a9fe561f515e5a3db2cbc5731f2ca694a (diff) | |
| download | eibhear-3d90ab4dd26dff7d41f53e0edf4370b42349ad79.tar.gz eibhear-3d90ab4dd26dff7d41f53e0edf4370b42349ad79.tar.zst eibhear-3d90ab4dd26dff7d41f53e0edf4370b42349ad79.zip | |
tweaks
| -rw-r--r-- | .config/i3/config | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config index 2328349..e001f53 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -84,7 +84,6 @@ bindsym $mod+Insert exec --no-startup-id showclip bindsym $mod+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 @@ -234,7 +233,7 @@ for_window [title="mpvfloat"] border pixel 0 no_focus [title="mpvfloat"] # #---Function Buttons---# # -bindsym $mod+F1 exec --no-startup-id groff -kejpt -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura - +bindsym $mod+F1 exec --no-startup-id groff -mom ~/.local/share/larbs/readme.mom -Tpdf | zathura - bindsym $mod+F2 restart bindsym $mod+F3 exec --no-startup-id displayselect bindsym $mod+F4 exec --no-startup-id prompt "Hibernate computer?" "$hibernate" |
