From eca347755994e07239b46219d5ec6faabf2d4db5 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Wed, 4 May 2022 19:05:11 -0700 Subject: [PATCH] Add framework for viewing home webcam - i3 shortcut to open the webcam - i3 modify __user_requests_float class to position/size/float window --- .config/i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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