Skip to content

Commit

Permalink
Update font
Browse files Browse the repository at this point in the history
  • Loading branch information
wizawu committed Apr 18, 2024
1 parent 6752a1b commit 0b6be76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/x
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/xdg/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 --
Expand Down

0 comments on commit 0b6be76

Please sign in to comment.