moved away from system san fransisco, moved back to 1 display on the desktop and some generic fixes.

This commit is contained in:
Rick van Lieshout 2021-01-21 09:03:11 +01:00
parent ae134cd087
commit f5fe41f555
10 changed files with 16 additions and 9 deletions

View File

@ -94,6 +94,7 @@ alias sudo='sudo '
alias markdown-toc='markdown-toc --bullets="-" -i'
alias tree='tree --dirsfirst'
alias handbrake='ghb'
alias cal='cal -mw --color'
# grub
alias update-grub='grub-mkconfig -o /boot/grub/grub.cfg'

View File

@ -1,2 +1,2 @@
#!/bin/sh
xrandr --output DVI-I-0 --off --output DVI-I-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-0 --off --output DP-0 --off --output DP-1 --off --output DVI-D-0 --primary --mode 1920x1080 --pos 1920x0 --rotate normal
xrandr --output DVI-I-0 --off --output DVI-I-1 --off --output HDMI-0 --off --output DP-0 --off --output DP-1 --off --output DVI-D-0 --primary --mode 1920x1080 --pos 0x0 --rotate normal

View File

@ -1,7 +1,7 @@
gtk-application-prefer-dark-theme=0
gtk-theme-name=Arc
gtk-icon-theme-name=Numix
gtk-font-name=System San Francisco Display 12
gtk-font-name=Liberation Sans 12
gtk-cursor-theme-name=Breeze
gtk-cursor-theme-size=0
gtk-toolbar-style=GTK_TOOLBAR_BOTH
@ -13,4 +13,4 @@ gtk-enable-input-feedback-sounds=1
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintfull
gtk-xft-rgba=rgb
gtk-xft-rgba=rgb

View File

@ -9,4 +9,4 @@ rofi.font: monospace 10
rofi.terminal: xfce4-terminal
rofi.ssh-client: ssh
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"
rofi.ssh-command: {terminal} -e "{ssh-client} {host}"

View File

@ -34,8 +34,8 @@ set $workspace6 "6: "
set $workspace7 "7: "
set $workspace8 "8: "
set $workspace9 "9: "
set $workspace10 "10:  "
set $workspace11 " Virtualbox"
set $workspace10 "10: "
set $workspace11 " VM/Remote"
set $workspace12 " Enpass"
# scripts
@ -187,8 +187,7 @@ bindsym $mod+Shift+p move container to workspace $workspace12
# Appearance settings #
############################################
# Set the default font
#font pango:DejaVu Sans Mono 8
font pango:System San Francisco Display 10
font pango:Liberation sans 13
# Bar decoration
bar {
@ -303,7 +302,7 @@ mode "$mode_gaps_outer" {
# Autorun #
############################################
exec --no-startup-id i3-msg 'workspace $workspace2; exec xfce4-terminal' && i3-msg 'workspace $workspace1'
exec 'enpass'
exec --no-startup-id i3-msg 'workspace $workspace12; exec enpass'
exec --no-startup-id nm-applet
exec_always feh --bg-scale ~/Pictures/Wallpapers/wallpaper.jpg
exec /usr/bin/compton

View File

@ -6,3 +6,10 @@ insync start
# Wait for the programs to start then remove attention (e.g red blinking)
sleep 1
wmctrl -r "Enpass" -b remove,demands_attention
# Start gkraken if the command exists
if command -v gkraken &> /dev/null
then
gkraken --hide-window &
fi