This commit is contained in:
2024-03-05 16:55:11 +01:00
parent 0fb5a5ee0b
commit 6adba3dcfb
4 changed files with 36 additions and 41 deletions

View File

@@ -1,38 +1,5 @@
# Neues
## Rofi
## Obsidian
- Install?
- Vaults einrichten in home/programs/neovim/lua/plugins/obsidian.lua
- IJB
- Privat (evntl. für Rubik's Cube)
- COe nicht?
- Only open if vault.
## Sddm
- Profilbild?
- Sperrbild?
- Wann sperren -> XMonad
## XMoBar
- Installieren
- zu XMonad hinzufügen
- Zur Leiste hinzufügen
- Uhrzeit
- Akku
- Netzwerk
- i3?
## Dateien
- Sortieren
- Backup
- Uni Zeug Drucken
## Obs
- Installieren
@@ -178,3 +145,27 @@
## Dropbox
- aufräumen
## Sddm
- Profilbild?
- Sperrbild?
- Wann sperren -> XMonad
## XMoBar
- Zur Leiste hinzufügen
- Uhrzeit
- Akku
- Netzwerk
- i3?
## Dateien
- Sortieren
- Backup
- Uni Zeug Drucken
## NixOS - Trash
- Garbage collect einrichten

View File

@@ -7,7 +7,6 @@
enable = true;
settings = {
env = { "TERM" = "xterm-256color"; };
font = {
size = 9;
normal.family = "Fira Code";

View File

@@ -0,0 +1,5 @@
{ ... }:
{
programs.obs-studio.enable = true;
}

View File

@@ -14,13 +14,13 @@ main = xmonad . ewmhFullscreen . ewmh . xmobarProp $ def
}
`additionalKeysP`
[ ("M-p", spawn "rofi -show \"drun\"")
, ("M-b", spawn "firefox")
, ("<XF86MonBrightnessUp>", spawn "xbacklight -inc 10")
, ("<XF86MonBrightnessDown>", spawn "xbacklight -dec 10")
, ("<XF86AudioMute>", spawn "wpctl set-mute 58 toggle")
, ("<XF86AudioRaiseVolume>", spawn "wpctl set-volume 58 0.05+")
, ("<XF86AudioLowerVolume>", spawn "wpctl set-volume 58 0.05-")
, ("<XF86AudioMicMute>", spawn "wpctl set-mute 52 toggle")
, ("M-c", spawn "firefox")
--, ("<XF86MonBrightnessUp>", spawn "xbacklight -inc 10")
--, ("<XF86MonBrightnessDown>", spawn "xbacklight -dec 10")
--, ("<XF86AudioMute>", spawn "wpctl set-mute 58 toggle")
--, ("<XF86AudioRaiseVolume>", spawn "wpctl set-volume 58 0.05+")
--, ("<XF86AudioLowerVolume>", spawn "wpctl set-volume 58 0.05-")
--, ("<XF86AudioMicMute>", spawn "wpctl set-mute 52 toggle")
]
`removeKeysP`
[ "M-q"