added some fonts
This commit is contained in:
@@ -53,7 +53,7 @@ keys = [
|
||||
Key([mod, "control"], "q", lazy.shutdown(), desc="Shutdown qtile"),
|
||||
|
||||
#rofi
|
||||
Key([mod],'Return',lazy.spawn("rofi -show drun -show-icons -modi drun,calc,ssh"),desc="launch rofi (drun)"),
|
||||
Key([mod],'Return',lazy.spawn("rofi -show drun -show-icons -modi drun"),desc="launch rofi (drun)"),
|
||||
|
||||
# audio hotkeys
|
||||
Key([], 'XF86AudioRaiseVolume', lazy.spawn('pulseaudio-ctl up 1'), desc="increase speaker volume"),
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#!/bin/sh
|
||||
sleep 1&
|
||||
setxkbmap de&
|
||||
nitrogen --restore &
|
||||
/usr/lib/geoclue-2.0/demos/agent&
|
||||
bash .screenlayout/layout.sh &
|
||||
@@ -11,12 +10,10 @@ timeshift &
|
||||
numlockx &
|
||||
redshift-gtk -t 6500:3600 -g 0.8 &
|
||||
udiskie -t &
|
||||
picom -b --experimental-backend &
|
||||
cbatticon &
|
||||
picom &
|
||||
nm-applet &
|
||||
blueman-applet &
|
||||
thunderbird &
|
||||
clickup &
|
||||
fcitx5 -d&
|
||||
emacs --daemon &
|
||||
surf https://ka-raceing.plantapulse.de/boards &
|
||||
#fcitx5 -d&
|
||||
#emacs --daemon &
|
||||
surf https://cloud.ploedige.com/apps/tasks/#/collections/week &
|
||||
|
||||
Reference in New Issue
Block a user