Add laptop config
This commit is contained in:
parent
4061bd2823
commit
b54057e095
5 changed files with 11 additions and 2 deletions
4
fish/functions/update.fish
Normal file
4
fish/functions/update.fish
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
function update --wraps='sudo emerge --sync && sudo emerge -avDNu && sudo smart-live-rebuild' --description 'alias update=sudo emerge --sync && sudo emerge -avDNu && sudo smart-live-rebuild'
|
||||
sudo emerge --sync && sudo emerge -avuDN @world && sudo smart-live-rebuild $argv
|
||||
|
||||
end
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
input {
|
||||
kb_layout = gb
|
||||
}
|
||||
|
|
@ -4,4 +4,6 @@ monitor = HDMI-A-1, 1920x1080@60, 1920x0, 1
|
|||
|
||||
workspace= name:1, monitor:HDMI-A-2
|
||||
|
||||
$browser = zen
|
||||
input {
|
||||
kb_layout = us
|
||||
}
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
input {
|
||||
kb_layout = us
|
||||
numlock_by_default = false
|
||||
repeat_delay = 250
|
||||
repeat_rate = 35
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
$terminal = foot
|
||||
$editor = code
|
||||
$fileExplorer = foot fish -C yazi
|
||||
$browser = zen
|
||||
|
||||
# Touchpad
|
||||
$touchpadDisableTyping = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue