diff options
author | Stefan Ritter <xeno@thehappy.de> | 2013-01-06 16:32:50 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2013-01-06 16:32:50 +0100 |
commit | 0eb06ba89af67ade0e4f29e8ee3ce9d632aff53c (patch) | |
tree | 9b0302aa7dc7922d87acd23136508ce0ba00f9da /i3 | |
parent | bd2bb5d2835d8637e28b4d9839c9a0427a4647db (diff) |
Diffstat (limited to '')
-rw-r--r-- | i3/config | 62 | ||||
-rw-r--r-- | i3/status | 25 |
2 files changed, 0 insertions, 87 deletions
diff --git a/i3/config b/i3/config deleted file mode 100644 index 2a0b22f..0000000 --- a/i3/config +++ /dev/null @@ -1,62 +0,0 @@ -client.focused #303030 #202020 #fecf35 -client.unfocused #303030 #202020 #b8b8b8 -client.focused_inactive #303030 #202020 #b8b8b8 -client.urgent #303030 #202020 #ff9800 - -font *-xos4-terminus-*-*-*-*-12-*-*-*-*-*-*-* -floating_modifier mod1 - -bindcode mod1+58 fullscreen -bindcode mod1+43 layout stacking -bindcode mod1+47 layout default -bindcode mod1+48 layout tabbed -bindcode mod1+65 floating toggle -bindcode mod1+27 kill - -bindcode mod1+44 focus left -bindcode mod1+45 focus down -bindcode mod1+31 focus up -bindcode mod1+46 focus right - -bindcode mod1+shift+44 move left -bindcode mod1+shift+45 move down -bindcode mod1+shift+31 move up -bindcode mod1+shift+46 move right - -bindcode mod1+59 split v -bindcode mod1+60 split h - -bindcode mod1+10 workspace 1 -bindcode mod1+11 workspace 2 -bindcode mod1+12 workspace 3 -bindcode mod1+13 workspace 4 -bindcode mod1+14 workspace 5 -bindcode mod1+15 workspace 6 -bindcode mod1+16 workspace 7 -bindcode mod1+17 workspace 8 -bindcode mod1+18 workspace 9 -bindcode mod1+19 workspace 10 - -bindcode mod1+shift+10 move workspace 1 -bindcode mod1+shift+11 move workspace 2 -bindcode mod1+shift+12 move workspace 3 -bindcode mod1+shift+13 move workspace 4 -bindcode mod1+shift+14 move workspace 5 -bindcode mod1+shift+15 move workspace 6 -bindcode mod1+shift+16 move workspace 7 -bindcode mod1+shift+17 move workspace 8 -bindcode mod1+shift+18 move workspace 9 -bindcode mod1+shift+19 move workspace 10 - -bindcode mod1+36 exec /usr/bin/urxvt -bindcode mod1+26 exec /usr/bin/xscreensaver-command -lock -bindcode mod1+33 exec /usr/bin/dmenu_run -nb "#000000" -nf "#fecf35" -sb "#303030" -sf "#fecf35" -bindcode mod1+29 exec ~/etc/bin/randwall - -bindcode mod1+control+33 exit -bindcode mod1+control+45 restart - -exec conky -exec i3bar -d --color-focus-ws-fg "fecf35" --color-focus-ws-bg "202020" --color-inactive-ws-fg "b8b8b8" --color-inactive-ws-bg "202020" --color-urgent-ws-fg "ff9800" - -ipc-socket ~/.i3/ipc.sock diff --git a/i3/status b/i3/status deleted file mode 100644 index 63e5243..0000000 --- a/i3/status +++ /dev/null @@ -1,25 +0,0 @@ -general { - colors = true - interval = 5 -} - -order = "battery 0" -order += "cpu_temperature 0" -order += "load" -order += "time" - -battery 0 { - format = "%status %percentage %remaining" -} - -time { - format = "%d.%m.%Y %H:%M:%S" -} - -load { - format = "%1min" -} - -cpu_temperature 0 { - format = "%degrees °C" -} |