diff --git a/bash/.alias.sh b/bash/.alias.sh index 1ce1edb..c48227b 100644 --- a/bash/.alias.sh +++ b/bash/.alias.sh @@ -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' diff --git a/computers/dev-pc/xprofile.sh b/computers/dev-pc/xprofile.sh index 7a7656d..2f8305e 100644 --- a/computers/dev-pc/xprofile.sh +++ b/computers/dev-pc/xprofile.sh @@ -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 diff --git a/config/gtk-3.0/settings.ini b/config/gtk-3.0/settings.ini index 87968a3..bccd583 100644 --- a/config/gtk-3.0/settings.ini +++ b/config/gtk-3.0/settings.ini @@ -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 \ No newline at end of file +gtk-xft-rgba=rgb diff --git a/config/rofi b/config/rofi index f1dca46..2c0c6ae 100644 --- a/config/rofi +++ b/config/rofi @@ -9,4 +9,4 @@ rofi.font: monospace 10 rofi.terminal: xfce4-terminal rofi.ssh-client: ssh -rofi.ssh-command: {terminal} -e "{ssh-client} {host}" \ No newline at end of file +rofi.ssh-command: {terminal} -e "{ssh-client} {host}" diff --git a/fonts/System San Francisco Display Bold.ttf b/fonts/System San Francisco Display Bold.ttf deleted file mode 100644 index 9bb70f0..0000000 Binary files a/fonts/System San Francisco Display Bold.ttf and /dev/null differ diff --git a/fonts/System San Francisco Display Regular.ttf b/fonts/System San Francisco Display Regular.ttf deleted file mode 100644 index a671eef..0000000 Binary files a/fonts/System San Francisco Display Regular.ttf and /dev/null differ diff --git a/fonts/System San Francisco Display Thin.ttf b/fonts/System San Francisco Display Thin.ttf deleted file mode 100644 index b125f1d..0000000 Binary files a/fonts/System San Francisco Display Thin.ttf and /dev/null differ diff --git a/fonts/System San Francisco Display Ultralight.ttf b/fonts/System San Francisco Display Ultralight.ttf deleted file mode 100644 index f1b89e2..0000000 Binary files a/fonts/System San Francisco Display Ultralight.ttf and /dev/null differ diff --git a/i3/config b/i3/config index 5551a69..a26aad5 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/i3/scripts/startup.sh b/i3/scripts/startup.sh index daba625..1a9db38 100644 --- a/i3/scripts/startup.sh +++ b/i3/scripts/startup.sh @@ -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