25 lines
805 B
Plaintext
25 lines
805 B
Plaintext
|
set $mod Mod4
|
||
|
font pango:DejaVu Sans Mono 8
|
||
|
# start a terminal
|
||
|
bindsym $mod+Return exec urxvt
|
||
|
|
||
|
# kill focused window
|
||
|
# bindsym $mod+Shift+q kill
|
||
|
|
||
|
bindsym $mod+Left focus left
|
||
|
bindsym $mod+Down focus down
|
||
|
bindsym $mod+Up focus up
|
||
|
bindsym $mod+Right focus right
|
||
|
|
||
|
# switch to workspace
|
||
|
bindsym $mod+1 workspace 1
|
||
|
|
||
|
# move focused container to workspace
|
||
|
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 "urxvt -e python /home/admin/client-application/valhalla-client runner"
|