fix: minor every day changes
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -14,3 +14,4 @@ alias ls='ls --color=auto'
|
|||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
general {
|
general {
|
||||||
lock_cmd = pidof swaylock || swaylock # avoid starting multiple hyprlock instances.
|
lock_cmd = pidof hyprlock || hyprlock # avoid starting multiple hyprlock instances.
|
||||||
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
before_sleep_cmd = loginctl lock-session # lock before suspend.
|
||||||
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
after_sleep_cmd = hyprctl dispatch dpms on # to avoid having to press a key twice to turn on the display.
|
||||||
}
|
}
|
||||||
@@ -30,5 +30,5 @@ listener {
|
|||||||
|
|
||||||
listener {
|
listener {
|
||||||
timeout = 3600 # 30min
|
timeout = 3600 # 30min
|
||||||
on-timeout = systemctl suspend # suspend pc
|
# on-timeout = systemctl suspend # suspend pc
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,15 +3,29 @@ FullScreen=false
|
|||||||
|
|
||||||
[General]
|
[General]
|
||||||
LockSidebar=true
|
LockSidebar=true
|
||||||
ShowSidebar=true
|
ShowSidebar=false
|
||||||
|
|
||||||
[Recent Files]
|
[Recent Files]
|
||||||
File1[$e]=$HOME/Documents/Unity URP Intruduction.pdf
|
File1[$e]=$HOME/Documents/Uni/ExperimentalPhysik1/renee/Mechanik/II.1 Mechanik starrer Körper_Ex1.pdf
|
||||||
File2[$e]=$HOME/Documents/The Unity Shaders Bible A linear shader explanation from beginner to advanced. Improve your game graphics with Unity and... (Fabrizio Espнndola, Pablo Yeber etc.) (Z-Library).pdf
|
File10[$e]=$HOME/Downloads/Typing Checking.pdf
|
||||||
File3[$e]=$HOME/Documents/AbiZeitung/Zeitung.pdf
|
File2[$e]=$HOME/Documents/Uni/ExperimentalPhysik1/renee/Mechanik/Ex1_1.6_Bewegte Bezugssysteme.pdf
|
||||||
Name1[$e]=Unity URP Intruduction.pdf
|
File3[$e]=$HOME/Documents/Uni/ExperimentalPhysik1/alt Klausuren/Ex1_Sfienti_WS2122_Gedächtnisprotokoll.pdf
|
||||||
Name2[$e]=The Unity Shaders Bible A linear shader explanation from beginner to advanced. Improve your game graphics with Unity and... (Fabrizio Espнndola, Pablo Yeber etc.) (Z-Library).pdf
|
File4[$e]=$HOME/Documents/Uni/ExperimentalPhysik1/renee/III Kontinuumsmechanik/Kinetische Gastheorie_Ex1.pdf
|
||||||
Name3[$e]=Zeitung.pdf
|
File5[$e]=$HOME/Documents/Uni/ExperimentalPhysik1/renee/III Kontinuumsmechanik/Statik von Flüssigkeiten und Gasen_Ex1.pdf
|
||||||
|
File6[$e]=$HOME/Downloads/Grammar.pdf
|
||||||
|
File7[$e]=$HOME/Documents/Uni/ProgSp/group-168206/Assignment 3/finished-assignment3_annotated.pdf
|
||||||
|
File8[$e]=$HOME/Downloads/taks02-05.pdf
|
||||||
|
File9[$e]=$HOME/Downloads/mc-router_1.34.0_linux_amd64/README.md
|
||||||
|
Name1[$e]=II.1 Mechanik starrer Körper_Ex1.pdf
|
||||||
|
Name10[$e]=Typing Checking.pdf
|
||||||
|
Name2[$e]=Ex1_1.6_Bewegte Bezugssysteme.pdf
|
||||||
|
Name3[$e]=Ex1_Sfienti_WS2122_Gedächtnisprotokoll.pdf
|
||||||
|
Name4[$e]=Kinetische Gastheorie_Ex1.pdf
|
||||||
|
Name5[$e]=Statik von Flüssigkeiten und Gasen_Ex1.pdf
|
||||||
|
Name6[$e]=Grammar.pdf
|
||||||
|
Name7[$e]=finished-assignment3_annotated.pdf
|
||||||
|
Name8[$e]=taks02-05.pdf
|
||||||
|
Name9[$e]=README.md
|
||||||
|
|
||||||
[UiSettings]
|
[UiSettings]
|
||||||
ColorScheme=KvAdaptaDark
|
ColorScheme=KvAdaptaDark
|
||||||
|
|||||||
Reference in New Issue
Block a user