added dwm dotfiles
This commit is contained in:
commit
1c1539836f
6 changed files with 100 additions and 0 deletions
BIN
etc/skel/config/dconf/user
Normal file
BIN
etc/skel/config/dconf/user
Normal file
Binary file not shown.
11
etc/skel/config/gtk-2.0/gtkfilechooser.ini
Normal file
11
etc/skel/config/gtk-2.0/gtkfilechooser.ini
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Filechooser Settings]
|
||||
LocationMode=path-bar
|
||||
ShowHidden=false
|
||||
ShowSizeColumn=true
|
||||
GeometryX=0
|
||||
GeometryY=79
|
||||
GeometryWidth=840
|
||||
GeometryHeight=630
|
||||
SortColumn=name
|
||||
SortOrder=ascending
|
||||
StartupMode=recent
|
16
etc/skel/config/gtk-3.0/settings.ini
Normal file
16
etc/skel/config/gtk-3.0/settings.ini
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Settings]
|
||||
gtk-theme-name=Arc-Dark
|
||||
gtk-icon-theme-name=ePapirus-Dark
|
||||
gtk-font-name=Cantarell 11
|
||||
gtk-cursor-theme-name=Nordzy-cursors
|
||||
gtk-cursor-theme-size=0
|
||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||
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-xft-antialias=1
|
||||
gtk-xft-hinting=1
|
||||
gtk-xft-hintstyle=hintfull
|
||||
gtk-xft-rgba=rgb
|
62
etc/skel/config/kitty/kitty.conf
Normal file
62
etc/skel/config/kitty/kitty.conf
Normal file
|
@ -0,0 +1,62 @@
|
|||
#fonts
|
||||
|
||||
font_family Hack Nerd Font Mono
|
||||
italic_font auto
|
||||
bold_font auto
|
||||
bold_italic_font auto
|
||||
font_size 12.0
|
||||
|
||||
# Gruvbox theme
|
||||
|
||||
foreground #ebdbb2
|
||||
background #272727
|
||||
selection_foreground #655b53
|
||||
selection_background #ebdbb2
|
||||
url_color #d65c0d
|
||||
|
||||
#cursor
|
||||
cursor #8fee96
|
||||
|
||||
|
||||
term xterm-256color
|
||||
background_opacity 0.95
|
||||
|
||||
#black
|
||||
|
||||
color0 #2f2f2f
|
||||
color8 #656565
|
||||
|
||||
#red
|
||||
|
||||
color1 #d75f5f
|
||||
color9 #d75f5f
|
||||
|
||||
#green
|
||||
|
||||
color2 #d4d232
|
||||
color10 #8fee96
|
||||
|
||||
#yellow
|
||||
|
||||
color3 #af865a
|
||||
color11 #cd950c
|
||||
|
||||
#blue
|
||||
|
||||
color4 #22c3a1
|
||||
color12 #22c3a1
|
||||
|
||||
#magneta
|
||||
|
||||
color5 #775759
|
||||
color13 #775759
|
||||
|
||||
#cyan
|
||||
|
||||
color6 #84edb9
|
||||
color14 #84edb9
|
||||
|
||||
#white
|
||||
|
||||
color7 #c0b18b
|
||||
color15 #d8d8d8
|
2
etc/skel/config/ranger/rc.conf
Normal file
2
etc/skel/config/ranger/rc.conf
Normal file
|
@ -0,0 +1,2 @@
|
|||
set preview_images true
|
||||
set preview_images_method kitty
|
9
etc/skel/dwm/autostart.sh
Executable file
9
etc/skel/dwm/autostart.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
nm-applet &
|
||||
dunst &
|
||||
lxqt-policykit-agent &
|
||||
picom &
|
||||
feh --bg-scale /usr/share/wallpapers/parch-os-wallpapers/PArch_dark_wallpaper_1.png &
|
||||
nitrogen --restore &
|
||||
#fa-key & # enable only after you have had the parch-fakey package installed this is for persian keyboard layout
|
||||
volumeicon &
|
Loading…
Add table
Reference in a new issue