Updates
This commit is contained in:
parent
3e5855623d
commit
bbe6e8dbbc
0
hypr/test.txt
Normal file
0
hypr/test.txt
Normal file
@ -39,6 +39,7 @@ cursor-click = pointer
|
||||
cursor-scroll = ns-resize
|
||||
enable-ipc = true
|
||||
tray-position = right
|
||||
tray-detached = false
|
||||
|
||||
;[module/mynews]
|
||||
;type = custom/text
|
||||
@ -56,7 +57,7 @@ click-left = "brave --app=https://outlook.office.com/mail/"
|
||||
type = custom/text
|
||||
content-foreground = ${colors.foreground}
|
||||
content = ""
|
||||
click-left = "brave --app=https://outlook.office.com/mail/"
|
||||
click-left = "brave --app=https://teams.microsoft.com/go"
|
||||
|
||||
[module/appmenu]
|
||||
type = custom/text
|
||||
|
@ -1,4 +1,13 @@
|
||||
#!/bin/sh
|
||||
# ___ _____ ___ _ _____ ____ _ _
|
||||
# / _ \_ _|_ _| | | ____| / ___|| |_ __ _ _ __| |_
|
||||
# | | | || | | || | | _| \___ \| __/ _` | '__| __|
|
||||
# | |_| || | | || |___| |___ ___) | || (_| | | | |_
|
||||
# \__\_\|_| |___|_____|_____| |____/ \__\__,_|_| \__|
|
||||
#
|
||||
#
|
||||
# by Stephan Raabe (2023)
|
||||
# -----------------------------------------------------
|
||||
|
||||
xrandr --rate 120
|
||||
setxkbmap de
|
||||
@ -6,5 +15,5 @@ picom &
|
||||
xfce4-power-manager &
|
||||
dunst &
|
||||
~/dotfiles/polybar/launch.sh &
|
||||
~/dotfiles/scripts/updatewal.sh
|
||||
spotifyd
|
||||
~/dotfiles/scripts/updatewal.sh &
|
||||
virsh --connect qemu:///system start win11
|
||||
|
Loading…
Reference in New Issue
Block a user