mirror of
https://github.com/aljazceru/omakub.git
synced 2026-02-23 05:04:22 +01:00
Better naming
This commit is contained in:
@@ -38,7 +38,7 @@ webm2mp4() {
|
||||
}
|
||||
|
||||
# Ensure that external keyboards that use an fn key has the F keys as the default
|
||||
alias fix_function_keys='echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode'
|
||||
alias force_fkeys='echo 2 | sudo tee /sys/module/hid_apple/parameters/fnmode'
|
||||
|
||||
# Spotify window is too large on many displays, so fix this by zooming it down
|
||||
alias fix_spotify_size="sudo sed -i 's|^Exec=.*|Exec=spotify --force-device-scale-factor=1.5 %U|' /usr/local/share/applications/spotify.desktop"
|
||||
alias scale_spotify_window_size="sudo sed -i 's|^Exec=.*|Exec=spotify --force-device-scale-factor=1.5 %U|' /usr/local/share/applications/spotify.desktop"
|
||||
|
||||
Reference in New Issue
Block a user