Compare commits
5 commits
bfeb51f77d
...
850dde6d13
Author | SHA1 | Date | |
---|---|---|---|
850dde6d13 | |||
4fb27dcbf7 | |||
3ed50a1389 | |||
6b1cc0dfea | |||
45d19ffac6 |
14
README.md
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
# What is this
|
||||||
|
|
||||||
|
These are my dotfiles. Not all of them, just the ones that have to do with my Linux desktop.
|
||||||
|
But then, probably not all of them.
|
||||||
|
|
||||||
|
If this confuses you, then that's because it _is_ confusing. My dotfiles are a mess.
|
||||||
|
I might organize them better at some point, but not now.
|
||||||
|
|
||||||
|
**If you want to learn something, your best bet is to stay far, far away from my dotfile repositories.**
|
||||||
|
|
||||||
|
In here, you'll find an absolutely unnecessarily complex XMonad setup, and a bunch of other stuff.
|
||||||
|
|
||||||
|
If you're still reading this, then you are either very stubborn, or very interested in looking at
|
||||||
|
a piece of my setup. In that case... good luck.
|
|
@ -1,13 +1,18 @@
|
||||||
[Settings]
|
[Settings]
|
||||||
gtk-icon-theme-name=oomox-materia-dark
|
gtk-theme-name=Adwaita
|
||||||
|
gtk-icon-theme-name=Adwaita
|
||||||
|
gtk-font-name=Cantarell 11
|
||||||
|
gtk-cursor-theme-name=phinger-cursors-light
|
||||||
|
gtk-cursor-theme-size=24
|
||||||
|
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
||||||
|
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
||||||
|
gtk-button-images=1
|
||||||
gtk-menu-images=1
|
gtk-menu-images=1
|
||||||
|
gtk-enable-event-sounds=1
|
||||||
|
gtk-enable-input-feedback-sounds=0
|
||||||
|
gtk-xft-antialias=1
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
|
gtk-xft-hintstyle=hintslight
|
||||||
gtk-xft-rgba=rgb
|
gtk-xft-rgba=rgb
|
||||||
gtk-application-prefer-dark-theme=1
|
gtk-application-prefer-dark-theme=1
|
||||||
gtk-decoration-layout=":"
|
gtk-decoration-layout=":"
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_ICONS
|
|
||||||
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
|
|
||||||
gtk-enable-input-feedback-sounds=0
|
|
||||||
gtk-button-images=1
|
|
||||||
gtk-cursor-theme-size=0
|
|
||||||
gtk-cursor-theme-name=phinger-cursors-light
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ output "Philips Consumer Electronics Company PHL 345B1C 0x00008E7C" {
|
||||||
//<yolk> }
|
//<yolk> }
|
||||||
// {% end %}
|
// {% end %}
|
||||||
|
|
||||||
// {% if device.thinkix || SYSTEM.hostname == "kenbun-laptop-leon" %}
|
// {% if device.thinkix || device.crabbix || SYSTEM.hostname == "kenbun-laptop-leon" %}
|
||||||
//<yolk> output "eDP-1" {
|
//<yolk> output "eDP-1" {
|
||||||
//<yolk> mode "1920x1080@60"
|
//<yolk> mode "1920x1080@60"
|
||||||
//<yolk> scale 1.0
|
//<yolk> scale 1.0
|
||||||
|
@ -203,6 +203,7 @@ layer-rule {
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id=r#"1Password"#
|
match app-id=r#"1Password"#
|
||||||
match title="Open Folder"
|
match title="Open Folder"
|
||||||
|
match title="Element.*"
|
||||||
match title=r#"[gG]mail"#
|
match title=r#"[gG]mail"#
|
||||||
match title=r#".*[Ww]hats[aA]pp.*$"#
|
match title=r#".*[Ww]hats[aA]pp.*$"#
|
||||||
match title=r#".*Ente Photos.*"#
|
match title=r#".*Ente Photos.*"#
|
||||||
|
@ -450,4 +451,5 @@ binds {
|
||||||
Mod+Ctrl+Y { spawn "niri" "msg" "action" "clear-dynamic-cast-target"; }
|
Mod+Ctrl+Y { spawn "niri" "msg" "action" "clear-dynamic-cast-target"; }
|
||||||
|
|
||||||
Mod+Shift+E { quit; }
|
Mod+Shift+E { quit; }
|
||||||
|
Mod+Escape { toggle-overview; }
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,4 +65,4 @@ fi
|
||||||
export NVM_DIR="$HOME/.config/nvm"
|
export NVM_DIR="$HOME/.config/nvm"
|
||||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||||
|
|
||||||
. "$HOME/.local/share/../bin/env"
|
[ -f "$HOME/.local/bin/env" ] && . "$HOME/.local/bin/env"
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/usr/lib/systemd/user/appimagelauncherd.service
|
|
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 266 KiB |
Before Width: | Height: | Size: 197 KiB After Width: | Height: | Size: 197 KiB |
Before Width: | Height: | Size: 223 KiB After Width: | Height: | Size: 223 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 2.4 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 441 KiB After Width: | Height: | Size: 441 KiB |
Before Width: | Height: | Size: 648 KiB After Width: | Height: | Size: 648 KiB |
Before Width: | Height: | Size: 339 KiB After Width: | Height: | Size: 339 KiB |
Before Width: | Height: | Size: 125 KiB After Width: | Height: | Size: 125 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 666 KiB After Width: | Height: | Size: 666 KiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 2 MiB After Width: | Height: | Size: 2 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |