diff options
| author | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-08-06 23:11:01 -0400 |
|---|---|---|
| committer | Alec Goncharow <Alec.Goncharow@gmail.com> | 2018-08-06 23:11:01 -0400 |
| commit | cdbc5a4a00526b9963b82efb0651f8a5c5515bb9 (patch) | |
| tree | 5d90df07bb6fd136c2149b6c7d47bede2aa2ab0b /.config/i3/config | |
| parent | 9dd53a5f3c4c2a4d91950596380a57e6f11cf2da (diff) | |
some tweaks to date/time and changin some ycm settings
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/i3/config b/.config/i3/config index 6717bfd..c67ff77 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -221,6 +221,8 @@ bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && pkill - bindsym --release Caps_Lock exec --no-startup-id pkill -SIGRTMIN+11 i3blocks bindsym --release Num_Lock exec --no-startup-id pkill -SIGRTMIN+11 i3blocks +# home key combinations +#bindsym Mod1 + Left exec --no-startup-id "xdotool key Home" # gaps stuff for_window [class="^.*"] border pixel 0 |
