@@ -44,12 +44,14 @@ if [[ -f "$HOME/wallpaper.png" ]]; then
|
||||
fi
|
||||
|
||||
# Input settings
|
||||
setxkbmap -layout "ducky-mini(us),ducky-mini(ru)" \
|
||||
-option "lv3:menu_switch,grp:caps_toggle,grp_led:caps,compose:ralt,terminate:ctrl_alt_bksp"
|
||||
setxkbmap -layout "us,ru" \
|
||||
-option "lv3:menu_switch,grp:caps_toggle,grp_led:caps,compose:ralt,terminate:ctrl_alt_bksp"
|
||||
xmodmap -e 'remove lock = Caps_Lock' \
|
||||
-e 'keycode 135 = KP_Insert' \
|
||||
-e 'keycode 49 = Escape asciitilde'
|
||||
#xmodmap -e "pointer = 3 2 1"
|
||||
-e 'keycode 49 = Escape asciitilde' \
|
||||
-e "pointer = 3 2 1"
|
||||
xinput --set-prop 22 'libinput Accel Speed' -0.92
|
||||
#xinput set-button-map 17 3 2 1 4 5 6 7 8 9
|
||||
|
||||
# Start a dbus session
|
||||
if ! [[ "$DBUS_SESSION_BUS_ADDRESS" ]]; then
|
||||
@@ -62,8 +64,8 @@ export VDPAU_NVIDIA_NO_OVERLAY=1
|
||||
nvidia-settings -l
|
||||
nvidia-settings -a InitialPixmapPlacement=2
|
||||
|
||||
# Colour temp
|
||||
xsct 6000
|
||||
# Warmer colours
|
||||
xsct 4500
|
||||
|
||||
# Custom functions
|
||||
services() {
|
||||
|
Reference in New Issue
Block a user