Calcurse
This commit is contained in:
@ -32,12 +32,13 @@ scripts="$XDG_CONFIG_HOME/herbstluftwm/scripts"
|
||||
#
|
||||
|
||||
terminal=kitty
|
||||
launcher="dmenu_run -nb $color0 -nf $color15 -sb $color1 -sf $color15"
|
||||
file_manager=thunar
|
||||
browser=firefox
|
||||
calculator=dcalc
|
||||
music_player="$terminal -e ncmpcpp"
|
||||
calendar="$terminal -e calcurse"
|
||||
feed_reader="$terminal -e newsboat"
|
||||
file_manager=thunar
|
||||
launcher="dmenu_run -nb $color0 -nf $color15 -sb $color1 -sf $color15"
|
||||
music_player="$terminal -e ncmpcpp"
|
||||
screen_locker="i3lock -c 000000"
|
||||
|
||||
#
|
||||
@ -131,10 +132,11 @@ hc keybind $M-space spawn $launcher
|
||||
hc keybind $M-grave spawn flameshot gui
|
||||
hc keybind $M-1 spawn $file_manager
|
||||
hc keybind $M-2 spawn $browser
|
||||
hc keybind $M-3 spawn $calculator
|
||||
hc keybind $M-3 spawn $calendar
|
||||
hc keybind $M-4 spawn $music_player
|
||||
hc keybind $M-5 spawn $feed_reader
|
||||
hc keybind $M-6 spawn virt-manager
|
||||
hc keybind $M-7 spawn $calculator
|
||||
hc keybind $M-0 spawn $screen_locker
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user