misc updates
authorAndrew Lorimer <andrew@lorimer.id.au>
Sat, 9 Sep 2023 02:42:22 +0000 (12:42 +1000)
committerAndrew Lorimer <andrew@lorimer.id.au>
Sat, 9 Sep 2023 02:42:22 +0000 (12:42 +1000)
i3/.i3/config
x/.Xdefaults
x/.Xresources
x/.xinitrc
zsh/.oh-my-zsh/custom/themes/custom.zsh-theme
zsh/.zshrc
index db1c7af07c978ed45dc42dc4b7e8c925066e0839..a7f87d43fcd336f31260eda361f3887b2b2afb2e 100644 (file)
@@ -207,6 +207,7 @@ bindsym $mod+bracketleft exec playerctl --player=spotify previous
 bindsym $mod+bracketright exec playerctl --player=spotify next
 bindsym XF86AudioNext exec playerctl --player=spotify next
 bindsym XF86AudioPrev exec playerctl --player=spotify previous
+bindsym $mod+Escape exec systemctl suspend
 bindsym $mod+o  exec /home/andrew/scripts/pactl-switch.sh
 
 # float dialogs
@@ -251,11 +252,10 @@ exec_always --no-startup-id xrdb /home/andrew/.Xdefaults
 #exec_always --no-startup-id xrandr --output DVI-D-1 --off --output HDMI-1 --primary --mode 2560x1440 --pos 0x240 --rotate normal --output DP-1 --off --output HDMI-2 --mode 1920x1080 --pos 2560x0 --rotate right
 exec_always --no-startup-id dunst
 
-exec_always --no-startup-id feh --bg-scale --no-xinerama /home/andrew/.wallpaper.jpg
+exec_always --no-startup-id feh --bg-scale --no-xinerama /home/andrew/bracken.jpg
 exec_always --no-startup-id picom -b --config /home/andrew/.picom.conf
 exec_always --no-startup-id xbindkeys --poll-rc
 
 # start GUI apps
 exec --no-startup-id i3-msg 'workspace $ws2; exec google-chrome-stable'
 exec --no-startup-id i3-msg 'workspace $ws1; exec urxvt'
-exec --no-startup-id tilda
index b99c6988c419dad8d78cff6eb3e51904bd76b4c0..0e65423a4acf356a1677a4e6153ce46e6fa0851e 100644 (file)
@@ -33,3 +33,5 @@ URxvt.color12: #81a1c1
 URxvt.color13: #b48ead
 URxvt.color14: #88c0d0
 URxvt.color15: #e5e9f0
+
+Xcursor.size: 16
index f66d64c47573944d013b898c7655f4766d05f9b9..0cbefe2c91adcd46c63e2ec8b9390d0889ca8d14 100644 (file)
@@ -4,3 +4,4 @@ Xft.hintstyle: hintslight
 Xft.hinting: 1
 Xft.antialias: 1
 Xft.rgba: rgb
+Xcursor.size: 16
index 9712bfcdf04da3091a111c80d180d42065e2ce2b..e78cdd089df46fcc8975f38c89531b18f1a31bb0 100644 (file)
@@ -3,5 +3,4 @@
 xrdb -merge /home/andrew/.Xresources
 numlockx &  # enable numlock on login
 xinput set-button-map $(xinput list --id-only 'SteelSeries SteelSeries Rival 110 Gaming Mouse') 1 2 3 4 5 6 7 0 0
-xbindkeys --poll-rc
 exec i3
index ac0f29520bdea6dee8cd6032a23e41842ee14ba4..c3af875afa7346e936dd0bd5d0220a39108ed805 100644 (file)
@@ -65,9 +65,4 @@ if [[ "$SSH_CLIENT" ]]; then
   context="%{$color0%}%n@%m "
 fi
 
-# Check for suspended processes
-checkjobs() {
-  [[ $(jobs -l | wc -l) -gt 0 ]] && echo "%{$color4%}● "
-}
-
-PROMPT=$'$(checkjobs)%{$symbols%}%{$context%}%{%f%}%~%{%f%} ${vcs_info_msg_0_/master/} %(?.%{$color0%}.%{$color3%})%(!.#.❯)%{%f%} '
+PROMPT=$'%1(j.%{$color4%}● .)%{$symbols%}%{$context%}%{%f%}%~%{%f%} ${vcs_info_msg_0_/master/} %(?.%{$color0%}.%{$color3%})%(!.#.❯)%{%f%} '
index dc0d22bd771dc2841d9e67b41b427004b596de29..45b74b16d33d761c5a84f2b5ee51c74c7eed84e1 100755 (executable)
@@ -80,3 +80,5 @@ alias repo="~/scripts/git-repo/repo"
 alias ll="ls -l"
 
 alias chromium=/usr/bin/google-chrome-stable
+
+export QSYS_ROOTDIR="/home/andrew/.cache/yay/quartus-free/pkg/quartus-free-quartus/opt/intelFPGA/21.1/quartus/sopc_builder/bin"