This commit is contained in:
Leon Kowarschick 2020-04-28 16:20:17 +02:00
parent aaf8e1de21
commit a4feef0935
7 changed files with 15 additions and 8 deletions

View file

@ -7,6 +7,8 @@ abbr --add --global tsh trash
abbr --add --global clear "clear && ls" abbr --add --global clear "clear && ls"
abbr --add --global cxmonad "nvim /home/leon/.xmonad/lib/Config.hs" abbr --add --global cxmonad "nvim /home/leon/.xmonad/lib/Config.hs"
tmux
abbr --add --global gaa "git add --all" abbr --add --global gaa "git add --all"

View file

@ -0,0 +1,3 @@
.termite {
padding: 15px;
}

View file

@ -3,16 +3,17 @@ gtk-theme-name="Arc-Darker"
[Settings] [Settings]
gtk-theme-name=Adwaita-dark gtk-theme-name=Adwaita-dark
gtk-icon-theme-name=Arc-X-P gtk-icon-theme-name=Arc-X-D
gtk-font-name=Cantarell 11 gtk-font-name=Noto Sans 10
gtk-cursor-theme-name=capitaine-cursors-light gtk-cursor-theme-name=capitaine-cursors-light
gtk-cursor-theme-size=0 gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1 gtk-button-images=1
gtk-menu-images=1 gtk-menu-images=1
gtk-enable-event-sounds=1 gtk-enable-event-sounds=0
gtk-enable-input-feedback-sounds=1 gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1 gtk-xft-antialias=1
gtk-xft-hinting=1 gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull gtk-xft-hintstyle=hintfull
gtk-xft-rgba=none

View file

@ -6,5 +6,5 @@
config_version: 2 config_version: 2
settings: settings:
content.register_protocol_handler: content.notifications:
https://mail.google.com?extsrc=mailto&url=%25s: false https://joyofandroid.com: false

View file

@ -149,7 +149,8 @@ myStartupHook = do
spawnOnce "picom --config ~/.config/picom.conf --experimental-backends" --no-fading-openclose" spawnOnce "picom --config ~/.config/picom.conf --experimental-backends" --no-fading-openclose"
spawnOnce "pasystray" spawnOnce "pasystray"
spawnOnce "nm-applet" spawnOnce "nm-applet"
spawnOnce "clipmenud" spawnOnce "xfce4-clipman"
spawnOnce "mailspring --background"
spawn "xset r rate 300 50" -- make key repeat quicker spawn "xset r rate 300 50" -- make key repeat quicker
spawn "/home/leon/.config/polybar/launch.sh" spawn "/home/leon/.config/polybar/launch.sh"
spawn "feh --bg-fill /home/leon/Bilder/wallpapers/mountains_with_clounds.jpg" spawn "feh --bg-fill /home/leon/Bilder/wallpapers/mountains_with_clounds.jpg"

Binary file not shown.