Improve laptop config, add aliases
This commit is contained in:
parent
7cf3693887
commit
4fa6cb1616
@ -11,6 +11,10 @@ alias gpu='git push'
|
|||||||
alias gp='git pull'
|
alias gp='git pull'
|
||||||
alias gc='git commit -a -m'
|
alias gc='git commit -a -m'
|
||||||
alias ga='git add ./*'
|
alias ga='git add ./*'
|
||||||
|
alias cfh='nvim ~/.config/hypr/'
|
||||||
|
alias cfn='nvim ~/.config/nvim/'
|
||||||
|
alias cff='nvim ~/.config/fish/config.fish'
|
||||||
|
alias cfw='nvim ~/.config/waybar/'
|
||||||
|
|
||||||
function y
|
function y
|
||||||
set tmp (mktemp -t "yazi-cwd.XXXXXX")
|
set tmp (mktemp -t "yazi-cwd.XXXXXX")
|
||||||
|
@ -50,5 +50,5 @@ bind = $mainMod CTRL, D, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1
|
|||||||
bind = $mainMod CTRL, E, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1 && notify-send 'Set to expand external display'
|
bind = $mainMod CTRL, E, exec, hyprctl keyword monitor HDMI-A-1, 1920x1080@60, 1920x0, 1 && notify-send 'Set to expand external display'
|
||||||
|
|
||||||
# Internal display controls
|
# Internal display controls
|
||||||
bind = $mainMod ALT, E, exec, hyprctl keyword monitor eDP-1, 2880x1800@60, 0x0, 1.5 && notify-send 'Set to battery optimized display settings'
|
bind = $mainMod ALT, E, exec, hyprctl keyword monitor eDP-1, 2880x1800@60, 0x0, 1.5 && cpupower-gui -b && notify-send 'Set to battery optimized settings'
|
||||||
bind = $mainMod ALT, P, exec, hyprctl keyword monitor eDP-1, preferred, 0x0, 1.5 && notify-send 'Set to performance optimized display settings'
|
bind = $mainMod ALT, P, exec, hyprctl keyword monitor eDP-1, 2880x1800@120, 0x0, 1.5 && cpupower-gui -p && notify-send 'Set to performance optimized settings'
|
||||||
|
@ -39,6 +39,7 @@ bash
|
|||||||
bash-language-server
|
bash-language-server
|
||||||
bashtop
|
bashtop
|
||||||
biber
|
biber
|
||||||
|
bind
|
||||||
binutils
|
binutils
|
||||||
bison
|
bison
|
||||||
blas
|
blas
|
||||||
@ -118,6 +119,8 @@ faac
|
|||||||
faad2
|
faad2
|
||||||
fakeroot
|
fakeroot
|
||||||
fcitx5
|
fcitx5
|
||||||
|
fcitx5-configtool
|
||||||
|
fcitx5-qt
|
||||||
ffcall
|
ffcall
|
||||||
ffmpeg
|
ffmpeg
|
||||||
ffmpeg4.4
|
ffmpeg4.4
|
||||||
@ -489,6 +492,7 @@ jbig2dec
|
|||||||
jbigkit
|
jbigkit
|
||||||
jdk-openjdk
|
jdk-openjdk
|
||||||
jdtls
|
jdtls
|
||||||
|
jemalloc
|
||||||
jq
|
jq
|
||||||
js115
|
js115
|
||||||
js128
|
js128
|
||||||
@ -746,6 +750,7 @@ libluv
|
|||||||
libmad
|
libmad
|
||||||
libmanette
|
libmanette
|
||||||
libmatroska
|
libmatroska
|
||||||
|
libmaxminddb
|
||||||
libmd
|
libmd
|
||||||
libmfx
|
libmfx
|
||||||
libmicrodns
|
libmicrodns
|
||||||
@ -839,6 +844,7 @@ libunibreak
|
|||||||
libunistring
|
libunistring
|
||||||
libunwind
|
libunwind
|
||||||
libupnp
|
libupnp
|
||||||
|
liburcu
|
||||||
libusb
|
libusb
|
||||||
libusbmuxd
|
libusbmuxd
|
||||||
libutempter
|
libutempter
|
||||||
@ -1250,7 +1256,7 @@ sbc
|
|||||||
scdoc
|
scdoc
|
||||||
sdbus-cpp
|
sdbus-cpp
|
||||||
sddm
|
sddm
|
||||||
sdl2
|
sdl2-compat
|
||||||
sdl2-debug
|
sdl2-debug
|
||||||
sdl3
|
sdl3
|
||||||
seahorse
|
seahorse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user