File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 16
16
alias sudo="sudo "
17
17
18
18
## system {{{
19
+ alias grep="rg"
20
+
19
21
alias cd..='cd ..'
20
22
alias u2='cd ../../'
21
23
alias u3='cd ../../../'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Config { font = "xft:Fira Code:size=10"
10
10
, overrideRedirect = False
11
11
, border = BottomBM 0
12
12
, borderColor = " #3e3e3e"
13
- , commands = [ Run Network " wlp1s0 " [ " -t" , " d:<rx> u:<tx>"
13
+ , commands = [ Run Network " enp3s0 " [ " -t" , " d:<rx> u:<tx>"
14
14
, " -L" , " 100"
15
15
, " -H" , " 700"
16
16
, " -m" , " 4"
@@ -63,5 +63,6 @@ Config { font = "xft:Fira Code:size=10"
63
63
]
64
64
, sepChar = " %"
65
65
, alignSep = " }{"
66
- , template = " %StdinReader% }{%battery % / %disku% / %coretemp% / %memory% / %wlp1s0 % / <fc=#ede7b4>%date%</fc> "
66
+ , template = " %StdinReader% }{%mpd % / %disku% / %coretemp% / %memory% / %enp3s0 % / <fc=#ede7b4>%date%</fc> "
67
67
}
68
+
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ main = do
162
162
]
163
163
`additionalKeysP`
164
164
[(otherMasks ++ " M-" ++ [key], screenWorkspace scr >>= flip whenJust (windows . action))
165
- | (key, scr) <- zip " wer" [0 ,1 , 2 ]
165
+ | (key, scr) <- zip " wer" [2 , 0 ,1 ]
166
166
, (otherMasks, action) <- [ (" " , W. view)
167
167
, (" S-" , W. shift)]
168
168
]
You can’t perform that action at this time.
0 commit comments