diff --git a/bin/x b/bin/x index 4041c9a..89d8bfe 100755 --- a/bin/x +++ b/bin/x @@ -7,9 +7,9 @@ if [[ "$1" = "-r" ]]; then xmodmap -e "keycode 9 = Escape asciitilde grave" fi xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Profile Enabled' 0 1 - xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Speed' -0.${2:-1} + xinput set-prop 'pointer:MOSART Semi. 2.4G Keyboard Mouse' 'libinput Accel Speed' 0.1 xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Profile Enabled' 0 1 - xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Speed' -0.${2:-4} + xinput set-prop 'pointer:Razer Razer Viper 8KHz' 'libinput Accel Speed' -0.5 hsetroot -full /usr/share/awesome/themes/default/background.png -sharpen 8 exit fi diff --git a/etc/xdg/awesome/rc.lua b/etc/xdg/awesome/rc.lua index ecfe7c4..85ecd9f 100644 --- a/etc/xdg/awesome/rc.lua +++ b/etc/xdg/awesome/rc.lua @@ -41,7 +41,7 @@ end beautiful.init(awful.util.get_themes_dir() .. "default/theme.lua") -- @wizawu -- -beautiful.get().font = "Varela 11" +beautiful.get().font = "Varela Round 11" terminal = "tilix" local vicious = require("vicious") -- @end --