]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/i3/files/config.jinja
Add config
[max/saltfiles.git] / states / i3 / files / config.jinja
index ca3fce2112b805cd6a43b0a64fd4f65b8703ff1e..f64f3e600296b3bd2b1e010c1db997deee1f244b 100644 (file)
@@ -26,7 +26,7 @@ set $white #f5deb3
 set $white_super #ffffff
 
 client.focused $black $yellow_super $black $black $black
-client.focused_inactive $black $black_super $white $black $black 
+client.focused_inactive $black $black_super $white $black $black
 
 set $mod Mod4
 
@@ -63,7 +63,7 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
 floating_modifier $mod
 
 # start a terminal
-bindsym $mod+Return exec i3-sensible-terminal
+bindsym $mod+Return exec foot
 
 # kill focused window
 bindsym $mod+Shift+q kill
@@ -348,7 +348,7 @@ exec "zoom"
 bar {
   id bar_left
   position top
-  output "DP-0"
+  output "DP-2"
   font pango:Liberation Mono 12
   colors {
     background $black_super
@@ -365,7 +365,7 @@ bar {
   id bar_right
   status_command ~/.local/bin/conky-i3bar
   position top
-  output "DP-2"
+  output "DP-0"
   font pango:Liberation Mono 12
   colors {
     background $black_super
@@ -378,8 +378,8 @@ bar {
   }
 }
 
-workspace 1 output DP-0
-workspace 2 output DP-2
+workspace 1 output DP-2
+workspace 2 output DP-0
 
 {% elif host == 'rhenium' %}
 bar {