From 334dc6669b591d3a25bc42df96ef953d3c243664 Mon Sep 17 00:00:00 2001 From: Wojciech Janota Date: Wed, 28 Dec 2022 17:14:23 +0100 Subject: [PATCH] WIP --- i3-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3-config b/i3-config index d1eac1a..ebd9853 100644 --- a/i3-config +++ b/i3-config @@ -20,6 +20,6 @@ bindsym $mod+Shift+1 move container to workspace 1 # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'" -exec --no-startup-id "python /home/admin/client-application/valhalla-client synchronize" +exec --no-startup-id "python3 /home/admin/client-application/valhalla-client synchronize" -exec --no-startup-id "urxvt -e python /home/admin/client-application/valhalla-client runner" \ No newline at end of file +exec --no-startup-id "urxvt -e python3 /home/admin/client-application/valhalla-client runner" \ No newline at end of file