Compare commits
No commits in common. "0f42ec4d1f874d388561aaa58ddff779bcc2fba9" and "fb9d04b7efe0e953b70306bc857dc2de118c54c5" have entirely different histories.
0f42ec4d1f
...
fb9d04b7ef
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo $HOME/bin/misc/ryzenadj-service --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --slow-time 60 --stapm-time 1000 --tctl-temp 85 --vrmmax-current 70000 &>/dev/null &
|
||||
sudo ryzenadj-service --stapm-limit 35000 --fast-limit 35000 --slow-limit 35000 --slow-time 60 --stapm-time 1000 --tctl-temp 85 --vrmmax-current 70000 &>/dev/null &
|
||||
|
||||
userresources=$HOME/.config/X11/xresources
|
||||
usermodmap=$HOME/.Xmodmap
|
||||
@ -44,11 +44,6 @@ setxkbmap -option caps:escape
|
||||
# Set mouse settings
|
||||
mouse-settings
|
||||
|
||||
# Disable screensaver
|
||||
xset dpms 0 0 0
|
||||
xset s off
|
||||
xset s noblank
|
||||
|
||||
# Recompile xmonad
|
||||
xmonad --recompile
|
||||
|
||||
|
@ -6,7 +6,7 @@ import qualified XMonad.StackSet as W
|
||||
-- Actions
|
||||
import XMonad.Actions.CycleWS (toggleWS')
|
||||
import XMonad.Actions.MouseResize
|
||||
import XMonad.Actions.WithAll (sinkAll)
|
||||
import XMonad.Actions.SinkAll (sinkAll)
|
||||
|
||||
-- Data
|
||||
import qualified Data.Map as M
|
||||
@ -84,12 +84,12 @@ myStartupHook = do
|
||||
spawnOnce "sxhkd -c $HOME/.config/sxhkd/general"
|
||||
spawnOnce "syncthing"
|
||||
spawnOnce "picom"
|
||||
-- spawnOnce "clipmenud"
|
||||
spawnOnce "clipmenud"
|
||||
spawnOnce "dunst"
|
||||
spawnOnce "keepassxc"
|
||||
spawnOnce "lxpolkit"
|
||||
-- spawnOnce "nheko"
|
||||
-- spawnOnce "jellyfin-mpv-shim"
|
||||
spawnOnce "nheko"
|
||||
spawnOnce "jellyfin-mpv-shim"
|
||||
spawn ("sleep 2 && trayer --edge top --align right --widthtype request --padding 6 --iconspacing 7 --SetDockType true --SetPartialStrut true --expand true --monitor 1 --transparent true --alpha 0 --tint 0x303446 --height 24 -l")
|
||||
setWMName "LG3D" -- Fix java programs
|
||||
|
||||
|
@ -15,6 +15,7 @@ plug "zap-zsh/supercharge"
|
||||
plug "xPMo/zsh-toggle-command-prefix"
|
||||
plug "zap-zsh/completions"
|
||||
plug "zap-zsh/vim"
|
||||
plug "zap-zsh/exa"
|
||||
plug "zsh-users/zsh-autosuggestions"
|
||||
plug "zsh-users/zsh-completions"
|
||||
plug "chivalryq/git-alias"
|
||||
|
@ -35,9 +35,3 @@ alias b='buku -p'
|
||||
|
||||
# cryptography
|
||||
alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'"
|
||||
|
||||
# exa aliases
|
||||
alias ls="eza --icons=always --group-directories-first --git"
|
||||
alias la="ls -a"
|
||||
alias ll="ls -lg"
|
||||
alias lla="ll -a"
|
||||
|
Loading…
Reference in New Issue
Block a user