upd
This commit is contained in:
parent
19971884ef
commit
8fcd6bdec9
4 changed files with 7 additions and 4 deletions
|
@ -46,7 +46,8 @@ exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id feh --bg-fill $HOME/.config/i3/wallpaper.jpg
|
exec --no-startup-id feh --bg-fill $HOME/.config/i3/wallpaper.jpg
|
||||||
# exec --no-startup-id polybar -r michael
|
# exec --no-startup-id polybar -r michael
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
exec --no-startup-id i3-msg 'workspace 10; exec rocketchat-desktop; exec electron-mail;'
|
exec --no-startup-id i3-msg 'workspace 10; exec rocketchat-desktop;'
|
||||||
|
exec --no-startup-id dex -a
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status pkill -RTMIN+10 i3blocks
|
set $refresh_i3status pkill -RTMIN+10 i3blocks
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-application-prefer-dark-theme=1
|
gtk-application-prefer-dark-theme = 1
|
||||||
|
gtk-theme-name = Arc
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,8 @@
|
||||||
signingkey = 925ECC02890D5CDAE26180D4BDA47A31A3C8EE6B
|
signingkey = 925ECC02890D5CDAE26180D4BDA47A31A3C8EE6B
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
lg = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||||
|
lgg = log --graph --all --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
|
||||||
pushpr = "!f() { git push origin master;git commit --allow-empty -m 'push to execute post-receive';git push origin master; }; f"
|
pushpr = "!f() { git push origin master;git commit --allow-empty -m 'push to execute post-receive';git push origin master; }; f"
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
|
|
|
@ -8,7 +8,7 @@ Host hlab
|
||||||
|
|
||||||
Host rpi
|
Host rpi
|
||||||
User michael
|
User michael
|
||||||
HostName 192.168.0.171
|
HostName 10.7.0.4
|
||||||
|
|
||||||
# sift
|
# sift
|
||||||
Host l0
|
Host l0
|
||||||
|
|
Loading…
Reference in a new issue