diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-31 15:18:41 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-31 15:18:41 -0400 |
| commit | 37ea7a555269a92d524bf78d492e4ebc64a133d0 (patch) | |
| tree | 1bc8b9310c1e7f3c2fb7fdf30ae7e525797ca166 /.config/i3/config | |
| parent | a876f3788efd2f2d08aefface2ea7e01abfbd094 (diff) | |
| download | eibhear-37ea7a555269a92d524bf78d492e4ebc64a133d0.tar.gz eibhear-37ea7a555269a92d524bf78d492e4ebc64a133d0.tar.zst eibhear-37ea7a555269a92d524bf78d492e4ebc64a133d0.zip | |
old scripts cleanup
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/i3/config b/.config/i3/config index ed7e7a5..5553699 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -62,7 +62,7 @@ bindsym $mod+grave exec --no-startup-id dmenuunicode bindsym $mod+Shift+Delete exec --no-startup-id pulsemixer --mute ; exec --no-startup-id mpc pause && pkill -RTMIN+10 i3blocks ; exec --no-startup-id pauseallmpv; workspace 0; exec $term -e htop ; exec $term -e lf # Show selection: -bindsym $mod+Insert exec --no-startup-id showclip +bindsym $mod+Insert exec --no-startup-id notify-send "📋 Clipboard contents:" "$(xclip -o -selection clipboard)" ##bindsym $mod+Pause # #---Letter Key Bindings---# # |
