mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2024-11-21 14:23:32 +01:00
added chrome as default and added sysmontask
This commit is contained in:
parent
d40acf6bbd
commit
0a3cdb8003
@ -36,3 +36,10 @@ I've grown tired of this approach however so I added a "pc specific" setup in th
|
||||
|
||||
The pc specific setup bit will read the folder names in computers, offer you a choice, and execute the install.sh inside that folder.
|
||||
This allows me to get pc specific settings synced with git and applied easily.
|
||||
|
||||
## Getting x info to use in i3
|
||||
|
||||
Some things are handled by window class/title or have custom resolutions set, the tools below help obtaining the info required:
|
||||
|
||||
- xprop -> displays static xwindow info including Window class
|
||||
- xwininfo -> displays xwindow info including current size/position
|
||||
|
@ -17,6 +17,7 @@ alias docker-clean-all='stop-dockers && docker-clean-containers && docker-clean-
|
||||
alias mkubectl='microk8s.kubectl'
|
||||
alias kubestart='microk8s.start'
|
||||
alias kubestop='microk8s.stop'
|
||||
alias kubecontext='kubectl config use-context'
|
||||
|
||||
#dotnet core
|
||||
alias efupdate="dotnet ef database update"
|
||||
@ -60,8 +61,10 @@ alias addpgpkey='gpg --recv-keys'
|
||||
alias clean-trash='sudo rm -rf ~/.local/share/Trash/*'
|
||||
alias clean-journal='sudo journalctl --vacuum-time=2d'
|
||||
alias clean-all='clean-trash && clean-journal && clean-pacmancache && docker-clean-all'
|
||||
alias dotnet-install='~/.dotnet-install.sh --install-dir /usr/share/dotnet/ -channel'
|
||||
alias dotnet-install='~/.dotnet-install.sh --install-dir /usr/share/dotnet/ -channel Current -version '
|
||||
alias mountshares='sudo bash ~/dotfiles/bash/mounts.sh'
|
||||
# might be useful in demos...
|
||||
alias oopsie='fuck'
|
||||
|
||||
# cli tools
|
||||
alias crypto='curl -s rate.sx?qF | head -n -2 | tail -n +10'
|
||||
@ -95,6 +98,7 @@ alias markdown-toc='markdown-toc --bullets="-" -i'
|
||||
alias tree='tree --dirsfirst'
|
||||
alias handbrake='ghb'
|
||||
alias cal='cal -mw --color'
|
||||
alias chrome='google-chrome-stable'
|
||||
|
||||
# grub
|
||||
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'
|
||||
|
@ -14,3 +14,5 @@
|
||||
editor = nano
|
||||
[pull]
|
||||
rebase = false
|
||||
[init]
|
||||
defaultBranch = master
|
||||
|
@ -33,7 +33,7 @@ Architecture = auto
|
||||
#UseSyslog
|
||||
Color
|
||||
ILoveCandy
|
||||
TotalDownload
|
||||
#TotalDownload
|
||||
CheckSpace
|
||||
VerbosePkgLists
|
||||
|
||||
|
1
dependencies/aur.txt
vendored
1
dependencies/aur.txt
vendored
@ -15,3 +15,4 @@ azure-cli
|
||||
notify-osd-customizable
|
||||
notifyconf
|
||||
dotnet-host-bin
|
||||
sysmontask
|
||||
|
@ -123,6 +123,7 @@ bindsym $mod+e exec xfce4-terminal -e ranger # File m
|
||||
bindsym Print exec flameshot screen -d 0 -p ~/Pictures/Screenshots # Fullscreen screenshot
|
||||
bindsym $mod+Print exec flameshot gui # Show screenshot window
|
||||
bindsym $mod+shift+b exec /bin/bash ~/.config/i3/scripts/brightness.sh
|
||||
bindsym control+shift+Escape exec sysmontask
|
||||
|
||||
# Rofi
|
||||
bindsym $mod+d exec "rofi -show run"
|
||||
@ -223,6 +224,8 @@ for_window [class="Lxappearance"] floating enable
|
||||
for_window [class="Arandr"] floating enable
|
||||
for_window [class="Eog"] floating enable
|
||||
for_window [title="Tidal-hifi - settings"] floating enable
|
||||
for_window [class="Sysmontask"] floating enable
|
||||
for_window [class="Sysmontask"] resize set 930 665
|
||||
|
||||
############################################
|
||||
# Workspace specific tools #
|
||||
|
@ -51,6 +51,16 @@ label=
|
||||
interval=1
|
||||
color=#999999
|
||||
|
||||
# CPU usage
|
||||
#
|
||||
# The script may be called with -w and -c switches to specify thresholds,
|
||||
# see the script for details.
|
||||
[cpu_usage]
|
||||
label=
|
||||
interval=1
|
||||
#min_width=CPU:100.00%
|
||||
separator=true
|
||||
|
||||
[load_average]
|
||||
label=
|
||||
interval=10
|
||||
@ -118,15 +128,6 @@ signal=10
|
||||
separator=true
|
||||
color=#999999
|
||||
|
||||
# Battery indicator
|
||||
# The battery instance defaults to 0.
|
||||
# [battery]
|
||||
# label=
|
||||
# #instance=1
|
||||
# interval=30
|
||||
# separator=true
|
||||
# color=#999999
|
||||
|
||||
# Battery indicator
|
||||
# The battery instance defaults to 0.
|
||||
[battery2]
|
||||
|
Loading…
Reference in New Issue
Block a user