From 1af87a25e12444771e80c9cdba62698fda1cb118 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 20 Feb 2023 16:38:47 +0100 Subject: Add shortcut for floating python3 calculator --- i3/.i3/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'i3/.i3/config') diff --git a/i3/.i3/config b/i3/.i3/config index a1d2355..f436964 100644 --- a/i3/.i3/config +++ b/i3/.i3/config @@ -24,6 +24,8 @@ bindsym $mod+Shift+Q kill bindsym $mod+Return exec urxvt bindsym $mod+Shift+v exec urxvt -e vim bindsym $mod+Shift+m exec urxvt -e cmus +for_window [class="URxvt" instance="floating"] floating toggle resize set 600 400 +bindsym XF86Calculator exec urxvt -name floating -e python3 # Special keys bindsym Print exec scrot -z '/tmp/%Y-%m-%d-%H%M%S_$wx$h.png' -- cgit v1.2.3