mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-12-24 13:22:23 +00:00
asdf
This commit is contained in:
parent
aaf8e1de21
commit
a4feef0935
7 changed files with 15 additions and 8 deletions
|
@ -7,6 +7,8 @@ abbr --add --global tsh trash
|
|||
abbr --add --global clear "clear && ls"
|
||||
abbr --add --global cxmonad "nvim /home/leon/.xmonad/lib/Config.hs"
|
||||
|
||||
tmux
|
||||
|
||||
|
||||
|
||||
abbr --add --global gaa "git add --all"
|
||||
|
|
3
files/.config/gtk-3.0/gtk.css
Normal file
3
files/.config/gtk-3.0/gtk.css
Normal file
|
@ -0,0 +1,3 @@
|
|||
.termite {
|
||||
padding: 15px;
|
||||
}
|
|
@ -3,16 +3,17 @@ gtk-theme-name="Arc-Darker"
|
|||
|
||||
[Settings]
|
||||
gtk-theme-name=Adwaita-dark
|
||||
gtk-icon-theme-name=Arc-X-P
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-icon-theme-name=Arc-X-D
|
||||
gtk-font-name=Noto Sans 10
|
||||
gtk-cursor-theme-name=capitaine-cursors-light
|
||||
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-button-images=1
|
||||
gtk-menu-images=1
|
||||
gtk-enable-event-sounds=1
|
||||
gtk-enable-input-feedback-sounds=1
|
||||
gtk-enable-event-sounds=0
|
||||
gtk-enable-input-feedback-sounds=0
|
||||
gtk-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
gtk-xft-rgba=none
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
|
||||
config_version: 2
|
||||
settings:
|
||||
content.register_protocol_handler:
|
||||
https://mail.google.com?extsrc=mailto&url=%25s: false
|
||||
content.notifications:
|
||||
https://joyofandroid.com: false
|
||||
|
|
Binary file not shown.
|
@ -149,7 +149,8 @@ myStartupHook = do
|
|||
spawnOnce "picom --config ~/.config/picom.conf --experimental-backends" --no-fading-openclose"
|
||||
spawnOnce "pasystray"
|
||||
spawnOnce "nm-applet"
|
||||
spawnOnce "clipmenud"
|
||||
spawnOnce "xfce4-clipman"
|
||||
spawnOnce "mailspring --background"
|
||||
spawn "xset r rate 300 50" -- make key repeat quicker
|
||||
spawn "/home/leon/.config/polybar/launch.sh"
|
||||
spawn "feh --bg-fill /home/leon/Bilder/wallpapers/mountains_with_clounds.jpg"
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue