]> git.friedersdorff.com Git - max/dotfiles.git/commitdiff
Merge branch 'master' of git.friedersdorff.com:max/dotfiles master
authorMaximilian Friedersdorff <max@friedersdorff.com>
Tue, 28 May 2019 15:44:30 +0000 (16:44 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Tue, 28 May 2019 15:44:30 +0000 (16:44 +0100)
bash/.profile
spotify/.local/bin/spotify
sway/.config/sway/config.magnesium
sway/.config/sway/config.platinum
sway/.conkyrc

index f4e15bdf819470d4ccfa15c032d95cd7ee8b37a1..43fbef4ef214c8e7a6d4e208a7ee95a231c3b8a4 100644 (file)
@@ -32,18 +32,6 @@ if [ -f ~/.config/termite/config.base ]; then
 fi
 
 
-if [ $HOSTNAME = "magnesium" ]; then
-  export XKB_DEFAULT_LAYOUT=us
-  export XKB_DEFAULT_VARIANT=colemak
-  export XKB_DEFAULT_OPTIONS=ctrl:nocaps
-fi
-
-if [ $HOSTNAME = "platinum" ]; then
-  export XKB_DEFAULT_LAYOUT=gb
-  export XKB_DEFAULT_VARIANT=colemak
-  export XKB_DEFAULT_OPTIONS=ctrl:nocaps
-fi
-
 # make less more friendly for non-text input files, see lesspipe(1)
 if [ -x /usr/bin/lesspipe ]; then 
   export LESSOPEN="|lesspipe %s"
index 843a6b24c346963685e8061409b9893a92720305..7212bfbc8db87d88864efe6924d3390a380b80be 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-sudo -u spotify /usr/bin/spotify
+xpra start ssh/cerium --start-child spotify
index 3abeacb0611d92eb03358ae4ba8e86cbf740dc47..830e9a7757ded7002ef0cfcf86b33c686399e78b 100644 (file)
@@ -4,7 +4,7 @@ bar {
   id bar_left
   status_command conky-i3bar
   position top
-  output "HDMI-A-2"
+  output "HDMI-A-3"
   font pango:Liberation Mono 10
   colors {
     background $black_super
@@ -19,7 +19,7 @@ bar {
 bar {
   id bar_right
   position top
-  output "HDMI-A-3"
+  output "HDMI-A-2"
   font pango:Liberation Mono 10
   colors {
     background $black_super
@@ -32,16 +32,16 @@ bar {
 }
 
 
-workspace 1 output HDMI-A-2
-workspace 2 output HDMI-A-3
+workspace 1 output HDMI-A-3
+workspace 2 output HDMI-A-2
 
 output HDMI-A-2 {
-  position 0 0
+  position 0 1080
   background ~/Pictures/background_1080_1.png fit
 }
 
 output HDMI-A-3 {
-  position 1920 0
+  position 0 0
   background ~/Pictures/background_1080_2.png fit
 }
 
@@ -49,5 +49,8 @@ output HDMI-A-3 {
 
 font pango:Liberation Mono 8
 
-exec xhost +si:localuser:spotify
-exec no_glock +si:localuser:spotify
+input 1241:36:HOLDCHIP_USB_Keyboard {
+  xkb_layout us
+  xkb_variant colemak
+  xkb_options ctrl:nocaps
+}
index da2f9675235118f439597a7d974d71185f7e8133..73b8eaad577090fd8e7985d789d73f4a76406b3c 100644 (file)
@@ -28,3 +28,9 @@ output HDMI-A-2 {
        position 3200 0
        background ~/Pictures/background_1440.png fill
 }
+
+input * {
+  xkb_layout gb
+  xkb_variant colemak
+  xkb_options ctrl:nocaps
+}
index d6c35dd8029e016f3defa8ec13db17a31c29cc5c..fb2d8bbe4694b7e4d10805fa819d4f05574e606b 100644 (file)
@@ -27,9 +27,9 @@ conky.text = [[
   {"full_text": "CPU ${cpu cpu0}%", "color": "\#ffffff"},
   ${if_match "${nodename_short}"=="magnesium"}
     {
-      "full_text": "d:${downspeed eno1} u:${upspeed eno1} ${addr eno1}", 
+      "full_text": "d:${downspeed eno1} u:${upspeed eno1} ${addr br0}", 
       "color":
-        ${if_match "${addr eno1}"=="No Address"}
+        ${if_match "${addr br0}"=="No Address"}
           "\#ff0000"
         ${else}
          "\#00ff00"