From e3c8827cb0bbd3073636e3968e28f39151830d7d Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 21 Dec 2020 11:08:05 -0500 Subject: updated i3 shortcuts and xinitrc to reflect dockd --- .config/wpg/templates/i3.base | 15 +++++++++------ .xinitrc | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.config/wpg/templates/i3.base b/.config/wpg/templates/i3.base index 825f7d2..49df418 100644 --- a/.config/wpg/templates/i3.base +++ b/.config/wpg/templates/i3.base @@ -135,13 +135,16 @@ bindsym $mod+F4 exec i3-mailcmd.sh bindsym $mod+F5 exec i3-newsboatcmd.sh bindsym $mod+F6 exec yt.sh bindsym $mod+F7 exec dict.sh -bindsym $mod+F8 exec toggle-docked.sh -bindsym $mod+shift+F8 exec toggle-compositing.sh +bindsym $mod+F8 exec toggle-webcam.sh +bindsym $mod+Shift+F8 exec toggle-screencast.sh bindsym $mod+F9 exec abraham-porter.sh -bindsym $mod+F10 exec toggle-webcam.sh -bindsym $mod+Shift+F10 exec toggle-screencast.sh -bindsym $mod+F11 exec xautolock -toggle -bindsym $mod+F12 exec i3-mixercmd.sh +bindsym $mod+shift+F9 exec toggle-compositing.sh +bindsym $mod+F10 exec mixer vol 0 && $sigaudio +bindsym $mod+Shift+F10 exec arandr +bindsym $mod+F11 exec mixer vol -5 && $sigaudio +bindsym $mod+Shift+F11 exec xautolock -toggle +bindsym $mod+F12 exec mixer vol +5 && $sigaudio +bindsym $mod+Shift+F12 exec i3-mixercmd.sh bindsym $mod+Return split horizontal; exec alacritty bindsym $mod+Shift+Return split vertical; exec alacritty bindsym $mod+Shift+Insert exec --no-startup-id $locker diff --git a/.xinitrc b/.xinitrc index 2b15009..2ee69c6 100644 --- a/.xinitrc +++ b/.xinitrc @@ -1,4 +1,4 @@ -~/.local/scripts/toggle-docked.sh && +~/.local/scripts/dockd.sh & ~/.config/wpg/wp_init.sh && xrdb -merge ~/.Xresources && picom & -- cgit v1.2.3