mirror of
https://github.com/cizordj/i3-themer.git
synced 2024-04-21 12:32:12 +00:00
Make the numlock to be on by default
This commit is contained in:
@@ -24,7 +24,7 @@ Personal collection of themes and scripts for <a href="https://www.i3wm.org">i3w
|
|||||||
<P>The i3 themer relies on a couple of dependencies to work nicely.</p>
|
<P>The i3 themer relies on a couple of dependencies to work nicely.</p>
|
||||||
<p>Debian</p>
|
<p>Debian</p>
|
||||||
|
|
||||||
# apt-get install dunst i3 i3lock-fancy polybar xwallpaper rofi bash fonts-font-awesome xdg-utils sensible-utils alsa-utils rxvt-unicode fonts-firacode flameshot xautolock
|
# apt-get install dunst i3 i3lock-fancy polybar xwallpaper rofi bash fonts-font-awesome xdg-utils sensible-utils alsa-utils rxvt-unicode fonts-firacode flameshot xautolock numlockx
|
||||||
|
|
||||||
<h2>How to apply themes</h2>
|
<h2>How to apply themes</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -224,6 +224,7 @@ mode "resize" {
|
|||||||
# Autostart applications
|
# Autostart applications
|
||||||
exec_always --no-startup-id xwallpaper --daemon --zoom $XDG_CONFIG_HOME/xwallpaper/$wallpaper
|
exec_always --no-startup-id xwallpaper --daemon --zoom $XDG_CONFIG_HOME/xwallpaper/$wallpaper
|
||||||
exec_always --no-startup-id $HOME/.config/polybar/i3wmthemer_bar_launch.sh
|
exec_always --no-startup-id $HOME/.config/polybar/i3wmthemer_bar_launch.sh
|
||||||
|
exec_always --no-startup-id numlockx on
|
||||||
exec --no-startup-id xautolock -time 5 -locker 'i3lock-fancy -p'
|
exec --no-startup-id xautolock -time 5 -locker 'i3lock-fancy -p'
|
||||||
exec --no-startup-id picom
|
exec --no-startup-id picom
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user