This commit is contained in:
opal
2023-11-08 11:31:52 -08:00
parent dabc97b896
commit fe416c5d36
3 changed files with 4 additions and 9 deletions
+1 -2
View File
@@ -4,9 +4,8 @@ export MOZ_ENABLE_WAYLAND=1
export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share
export BROWSER=/usr/bin/librewolf
export BROWSER=/usr/bin/firefox
export VISUAL=vim
export EDITOR=vim
export QT_QPA_PLATFORMTHEME=qt5ct
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
[[ -f ~/.bashrc ]] && . ~/.bashrc
+1 -5
View File
@@ -172,7 +172,7 @@ exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
exec /usr/bin/udiskie &
# Network Manager tray applet
exec /usr/bin/nm-applet --indicator
exec /usr/bin/nm-tray --indicator
# Bluetooth manager tray applet
exec /usr/bin/blueman-applet
@@ -195,10 +195,6 @@ client.focused "#6400b0" "#7607e6" "#ffffff" "#6400b0"
set $opacity 0.90
for_window [class="Emacs"] opacity $opacity
# inhibit sway idle for any fulle screen programs.
#for_window [class="^.*"] inhibit_idle fullscreen
#for_window [app_id="^.*"] inhibit_idle fullscreen
# Gaps
smart_gaps on
gaps inner 5
+2 -2
View File
@@ -45,9 +45,9 @@
},
"network": {
"interval": 5,
"format-wifi": " {essid}",
"format-wifi": " {essid}",
"format-ethernet": "󰈀 {ifname}",
"format-disconnected": "",
"format-disconnected": "󰈂",
"tooltip-format-wifi": "{essid}:{signalStrength}\nSpeed:{bandwidthDownBits} \n{ipaddr}"
},