another set of changes
This commit is contained in:
parent
1d2dc9d131
commit
e24e3446d9
3 changed files with 17 additions and 16 deletions
2
chrome
2
chrome
|
@ -1,2 +1,2 @@
|
|||
#! /bin/sh
|
||||
chromium --password-store=kwallet --ignore-gpu-blacklist # --spdy=off --use-spdy=off --disable-spdy --disable-quic
|
||||
chromium --password-store=kwallet --ignore-gpu-blacklist --cipher-suite-blacklist=0x0004,0x0005,0x000a,0x0032,0x009c,0x009e,0xc007,0xc009,0xc00a,0xc011,0xc013,0xc014,0xc02b,0xc02f # --spdy=off --use-spdy=off --disable-spdy --disable-quic
|
||||
|
|
|
@ -24,4 +24,7 @@
|
|||
[pull]
|
||||
rebase = true
|
||||
[diff]
|
||||
renames = 1
|
||||
renames = copies
|
||||
[http]
|
||||
sslCAPath = /etc/ssl/certs
|
||||
sslVerify = true
|
||||
|
|
26
i3-config
26
i3-config
|
@ -9,17 +9,15 @@
|
|||
#
|
||||
# Please see http://i3wm.org/docs/userguide.html for a complete reference!
|
||||
|
||||
force_xinerama yes
|
||||
|
||||
workspace 1 output xinerama-0
|
||||
workspace 2 output xinerama-1
|
||||
workspace 3 output xinerama-0
|
||||
workspace 4 output xinerama-1
|
||||
workspace 5 output xinerama-0
|
||||
workspace 6 output xinerama-1
|
||||
workspace 7 output xinerama-0
|
||||
workspace 8 output xinerama-1
|
||||
workspace 9 output xinerama-0
|
||||
workspace 1 output LVDS-0
|
||||
workspace 2 output DVI-D-0
|
||||
workspace 3 output LVDS-0
|
||||
workspace 4 output DVI-D-0
|
||||
workspace 5 output LVDS-0
|
||||
workspace 6 output DVI-D-0
|
||||
workspace 7 output LVDS-0
|
||||
workspace 8 output DVI-D-0
|
||||
workspace 9 output LVDS-0
|
||||
|
||||
workspace_layout tabbed
|
||||
|
||||
|
@ -205,8 +203,8 @@ client.urgent #002b36 #dc322f #002b36 #dc322f
|
|||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
bar {
|
||||
output xinerama-0
|
||||
tray_output xinerama-0
|
||||
output LVDS-0
|
||||
tray_output LVDS-0
|
||||
status_command i3status
|
||||
position top
|
||||
colors {
|
||||
|
@ -229,7 +227,7 @@ bar {
|
|||
}
|
||||
|
||||
bar {
|
||||
output xinerama-1
|
||||
output DVI-D-0
|
||||
mode hide
|
||||
tray_output none
|
||||
hidden_state hide
|
||||
|
|
Loading…
Reference in a new issue