mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
Edited bespin and zshrc
This commit is contained in:
parent
aa8fdfd102
commit
41d623c039
@ -5,12 +5,12 @@ ShadowTitlebar=false
|
||||
Bg.Mode=1
|
||||
Bg.Structure=15
|
||||
ARGB.Glassy=false
|
||||
Bg.Intensity=35
|
||||
Bg.Intensity=50
|
||||
Bg.RingOverlay=false
|
||||
ShadowIntensity=100
|
||||
FadeInactive=false
|
||||
Uno=false
|
||||
Uno.Role=0
|
||||
Uno.Role=10
|
||||
Uno.Toolbar=true
|
||||
Uno.Title=true
|
||||
Uno.Gradient=2
|
||||
@ -81,7 +81,7 @@ DialogButtonLayout=1
|
||||
KWin.UseTiles=true
|
||||
KWin.ActiveGradient=5
|
||||
KWin.ActiveText=0
|
||||
KWin.ActiveRole=0
|
||||
KWin.ActiveRole=10
|
||||
KWin.InactiveGradient=0
|
||||
KWin.InactiveText=0
|
||||
KWin.InactiveRole=10
|
||||
@ -101,7 +101,7 @@ Hack.DolphinUrlBar=false
|
||||
Hack.DolphinIconViews=false
|
||||
Hack.Panning=false
|
||||
Hack.WindowMovement=false
|
||||
Hack.Messages=false
|
||||
Hack.Messages=true
|
||||
Hack.SuspendFSPlayers=false
|
||||
Roundness=100
|
||||
QPalette\active=#1b1918, #ffffff, #f0f0f0, #dcdcdc, #464646, #646464, #181615, #ffffff, #1b1918, #dcdcdc, #d0d0d0, #3b3b3b, #ccffff, #000000, #000000, #050404, #d6d6d6, #000000, #1b1918, #d0d0d0
|
||||
|
@ -35,12 +35,12 @@ ShadowTitlebar=false
|
||||
Bg.Mode=1
|
||||
Bg.Structure=15
|
||||
ARGB.Glassy=false
|
||||
Bg.Intensity=35
|
||||
Bg.Intensity=50
|
||||
Bg.RingOverlay=false
|
||||
ShadowIntensity=100
|
||||
FadeInactive=false
|
||||
Uno=false
|
||||
Uno.Role=0
|
||||
Uno.Role=10
|
||||
Uno.Toolbar=true
|
||||
Uno.Title=true
|
||||
Uno.Gradient=2
|
||||
@ -110,13 +110,13 @@ Progress.Gradient=5
|
||||
Chooser.Layer=2
|
||||
Input.PwEchoChar=8782
|
||||
Chooser.Gradient=3
|
||||
MacStyle=true
|
||||
MacStyle=false
|
||||
LeftHanded=false
|
||||
DialogButtonLayout=1
|
||||
KWin.UseTiles=true
|
||||
KWin.ActiveGradient=5
|
||||
KWin.ActiveText=0
|
||||
KWin.ActiveRole=0
|
||||
KWin.ActiveRole=10
|
||||
KWin.InactiveGradient=0
|
||||
KWin.InactiveText=0
|
||||
KWin.InactiveRole=10
|
||||
@ -136,6 +136,6 @@ Hack.DolphinUrlBar=false
|
||||
Hack.DolphinIconViews=false
|
||||
Hack.Panning=false
|
||||
Hack.WindowMovement=false
|
||||
Hack.Messages=false
|
||||
Hack.Messages=true
|
||||
Hack.SuspendFSPlayers=false
|
||||
Roundness=100
|
||||
|
3
zshrc
3
zshrc
@ -110,7 +110,7 @@ alias grep='grep --colour=auto'
|
||||
alias top='show_which top && htop'
|
||||
alias chrommsu='show_which chrommsu && chromium --proxy-server=cache.msu:3128'
|
||||
alias chromtor='show_which chromtor && chromium --proxy-server="socks://localhost:9050" --incognito'
|
||||
alias chromi2p='show_which chromi2p && chromium --proxy-server="http=127.0.0.1:4444;https=127.0.0.1:4445" --incognito'
|
||||
alias chromi2p='show_which chromi2p && chromium --proxy-server="http=127.0.0.1:4444;http=127.0.0.1:4444" --incognito'
|
||||
alias df='show_which df && df -k --print-type --human-readable'
|
||||
alias du='show_which du && du -k --total --human-readable'
|
||||
alias less='vimpager'
|
||||
@ -253,6 +253,7 @@ else
|
||||
alias systemctl='show_which systemctl && sudo systemctl'
|
||||
alias modprobe='show_which modprobe && sudo modprobe'
|
||||
alias rmmod='show_which rmmod && sudo rmmod'
|
||||
alias pacdiff='show_which pacdiff && sudo pacdiff'
|
||||
fi
|
||||
|
||||
# global alias
|
||||
|
Loading…
Reference in New Issue
Block a user