im going through changes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import = ["/home/opal/.config/alacritty/gruvbox-light.toml"]
|
||||
|
||||
[env]
|
||||
TERM = "alacritty"
|
||||
TERM = "xterm-256color"
|
||||
|
||||
[font]
|
||||
size = 24
|
||||
size = 22
|
||||
|
||||
[font.normal]
|
||||
family = "Monospace"
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
(add-hook mode (lambda () (display-line-numbers-mode 0))))
|
||||
|
||||
;; Font configuration
|
||||
(set-face-attribute 'default nil :font "Monospace" :height 200)
|
||||
(set-face-attribute 'fixed-pitch nil :font "Monospace" :height 200)
|
||||
(set-face-attribute 'variable-pitch nil :font "ETBembo" :height 200)
|
||||
(set-face-attribute 'default nil :font "Monospace" :height 170)
|
||||
(set-face-attribute 'fixed-pitch nil :font "Monospace" :height 170)
|
||||
(set-face-attribute 'variable-pitch nil :font "ETBembo" :height 170)
|
||||
|
||||
(defun opal/org-font-setup ()
|
||||
;; Replace list hyphen with dot
|
||||
|
||||
@@ -189,16 +189,16 @@ exec_always {
|
||||
exec /usr/bin/syncthing
|
||||
|
||||
# Notifications
|
||||
exec_always dunst
|
||||
exec_always pgrep -x dunst > /dev/null || dunst
|
||||
|
||||
# Wlsunset (Night Light)
|
||||
exec_always wlsunset -l 47.6 -L -122.3 -t 3200 -T 3500
|
||||
exec_always pgrep -x wlsunset > /dev/null || wlsunset -l 47.6 -L -122.3 -t 3500 -T 6000
|
||||
|
||||
# udiskie - auto usb mounting
|
||||
exec /usr/bin/udiskie &
|
||||
|
||||
# Network Manager tray applet
|
||||
exec_always /usr/bin/nm-applet
|
||||
exec /usr/bin/nm-applet
|
||||
|
||||
# Bluetooth manager tray applet
|
||||
exec /usr/bin/blueman-applet
|
||||
@@ -296,8 +296,8 @@ set $laptop eDP-1
|
||||
bindswitch --reload --locked lid:on output $laptop disable
|
||||
bindswitch --reload --locked lid:off output $laptop enable
|
||||
|
||||
# Monitors
|
||||
output HDMI-A-1 scale 2.0
|
||||
output HDMI-A-1 pos 0 402
|
||||
output DP-4 pos 3440 0
|
||||
|
||||
# Wallpaper
|
||||
output * bg ~/.config/wallpapers/greek-ruins.jpg fill
|
||||
|
||||
Reference in New Issue
Block a user