diff --git a/.config/i3/config b/.config/i3/config index 54f3af1..ba958fa 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -63,6 +63,9 @@ bindsym $mod+Return exec x-terminal-emulator # screenshot on win+shift+s bindsym $mod+Shift+s exec "~/bin/screenshot" +# open the front door camera on win+shift+f +bindsym $mod+Shift+f exec "~/bin/view_frontdoor" + # kill focused window bindsym $mod+Shift+q kill @@ -195,4 +198,4 @@ hide_edge_borders both workspace_auto_back_and_forth yes # Make windows created with a special floating class float -for_window [instance="__user_requests_float"] floating enable, border 1pixel +for_window [instance="__user_requests_float"] floating enable, border 1pixel, resize set 640 360, sticky toggle