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