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