mirror of
https://github.com/alrayyes/server-dotfiles
synced 2023-11-14 15:56:25 +00:00
updated thinkpad config
This commit is contained in:
parent
319fe2c90f
commit
d0c6bedc91
@ -2,7 +2,7 @@
|
|||||||
gtk-application-prefer-dark-theme=1
|
gtk-application-prefer-dark-theme=1
|
||||||
gtk-theme-name=Arc-Dark-OSX
|
gtk-theme-name=Arc-Dark-OSX
|
||||||
gtk-icon-theme-name=Numix-Circle-Light
|
gtk-icon-theme-name=Numix-Circle-Light
|
||||||
gtk-font-name=System San Francisco Display 13
|
gtk-font-name=Sans 8
|
||||||
gtk-cursor-theme-name=Adwaita
|
gtk-cursor-theme-name=Adwaita
|
||||||
gtk-cursor-theme-size=0
|
gtk-cursor-theme-size=0
|
||||||
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
gtk-toolbar-style=GTK_TOOLBAR_BOTH
|
||||||
@ -11,6 +11,7 @@ gtk-button-images=1
|
|||||||
gtk-menu-images=1
|
gtk-menu-images=1
|
||||||
gtk-enable-event-sounds=1
|
gtk-enable-event-sounds=1
|
||||||
gtk-enable-input-feedback-sounds=1
|
gtk-enable-input-feedback-sounds=1
|
||||||
gtk-xft-antialias=1
|
gtk-xft-antialias=0
|
||||||
gtk-xft-hinting=1
|
gtk-xft-hinting=1
|
||||||
gtk-xft-hintstyle=hintfull
|
gtk-xft-hintstyle=hintslight
|
||||||
|
gtk-xft-rgba=rgb
|
||||||
|
@ -241,28 +241,22 @@ bar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Startup programs
|
# Startup programs
|
||||||
|
exec_always --no-startup-id xrandr --dpi 180 --output eDP1
|
||||||
exec_always --no-startup-id xrandr --output DP1 --primary
|
exec_always --no-startup-id xrandr --output DP1 --primary
|
||||||
exec_always --no-startup-id xrandr --output HDMI1 --mode 1920x1200 --right-of DP1 --rotate left
|
exec_always --no-startup-id xrandr --output HDMI1 --mode 1920x1200 --right-of DP1 --rotate left
|
||||||
exec_always --no-startup-id nitrogen --restore; sleep 1; compton -b
|
exec_always --no-startup-id nitrogen --restore; sleep 1; compton -b
|
||||||
exec_always --no-startup-id ~/bin/start-conky.sh
|
exec_always --no-startup-id ~/bin/start-conky.sh
|
||||||
|
|
||||||
|
exec --no-startup-id pasystray
|
||||||
exec --no-startup-id nm-applet
|
exec --no-startup-id nm-applet
|
||||||
exec --no-startup-id firejail dropbox start
|
exec --no-startup-id dropbox start
|
||||||
exec --no-startup-id compton -f
|
|
||||||
exec --no-startup-id redshift-gtk
|
exec --no-startup-id redshift-gtk
|
||||||
exec --no-startup-id xautolock -time 10 -locker "i3lock-fancy"
|
exec --no-startup-id xautolock -time 10 -locker "i3lock-fancy"
|
||||||
exec --no-startup-id /usr/lib/deja-dup/deja-dup/deja-dup-monitor
|
exec --no-startup-id /usr/lib/deja-dup/deja-dup/deja-dup-monitor
|
||||||
|
|
||||||
exec google-chrome-stable --new-window --app=https://tweetdeck.twitter.com/
|
|
||||||
exec google-chrome-stable --new-window --app=https://www.reddit.com/
|
|
||||||
exec google-chrome-stable
|
exec google-chrome-stable
|
||||||
#exec firejail firefox
|
|
||||||
exec hexchat
|
exec hexchat
|
||||||
exec slack
|
exec slack
|
||||||
exec ~/.config/i3/aljazeera.sh
|
|
||||||
exec terminator --classname=cmus -e cmus
|
|
||||||
exec terminator --classname=mutt -e mutt
|
|
||||||
exec gpodder
|
|
||||||
|
|
||||||
# Custom KeyBinds
|
# Custom KeyBinds
|
||||||
bindsym Control+$mod+l exec i3lock-fancy
|
bindsym Control+$mod+l exec i3lock-fancy
|
||||||
|
Loading…
Reference in New Issue
Block a user