adopted i3 config for work
This commit is contained in:
parent
e7c8488a8e
commit
1e9018bdce
2 changed files with 5 additions and 5 deletions
|
@ -9,7 +9,7 @@
|
||||||
#
|
#
|
||||||
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
||||||
|
|
||||||
set $mod Mod1
|
set $mod Mod4
|
||||||
|
|
||||||
# font for window titles. ISO 10646 = Unicode
|
# font for window titles. ISO 10646 = Unicode
|
||||||
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||||
|
@ -171,7 +171,7 @@ bar {
|
||||||
position top
|
position top
|
||||||
tray_output primary
|
tray_output primary
|
||||||
workspace_buttons yes
|
workspace_buttons yes
|
||||||
mode hide
|
mode dock
|
||||||
modifier $mod
|
modifier $mod
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
|
@ -182,4 +182,4 @@ bar {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
exec i3-msg split vertical
|
exec ssh-agent
|
|
@ -6,10 +6,10 @@ general {
|
||||||
order += "ipv6"
|
order += "ipv6"
|
||||||
order += "ethernet eth0"
|
order += "ethernet eth0"
|
||||||
order += "wireless wlan1"
|
order += "wireless wlan1"
|
||||||
order += "battery 0"
|
#order += "battery 0"
|
||||||
order += "cpu_usage"
|
order += "cpu_usage"
|
||||||
order += "load"
|
order += "load"
|
||||||
order += "cpu_temperature 0"
|
#order += "cpu_temperature 0"
|
||||||
order += "volume master"
|
order += "volume master"
|
||||||
order += "time"
|
order += "time"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue