stuff
This commit is contained in:
+1
-2
@@ -4,9 +4,8 @@ export MOZ_ENABLE_WAYLAND=1
|
|||||||
export XDG_CONFIG_HOME=~/.config
|
export XDG_CONFIG_HOME=~/.config
|
||||||
export XDG_CACHE_HOME=~/.cache
|
export XDG_CACHE_HOME=~/.cache
|
||||||
export XDG_DATA_HOME=~/.local/share
|
export XDG_DATA_HOME=~/.local/share
|
||||||
export BROWSER=/usr/bin/librewolf
|
export BROWSER=/usr/bin/firefox
|
||||||
export VISUAL=vim
|
export VISUAL=vim
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
export QT_QPA_PLATFORMTHEME=qt5ct
|
export QT_QPA_PLATFORMTHEME=qt5ct
|
||||||
export WGETRC="$XDG_CONFIG_HOME/wgetrc"
|
|
||||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||||
|
|||||||
+1
-5
@@ -172,7 +172,7 @@ exec_always wlsunset -l 47.6 -L -122.3 -t 3000 -T 6500
|
|||||||
exec /usr/bin/udiskie &
|
exec /usr/bin/udiskie &
|
||||||
|
|
||||||
# Network Manager tray applet
|
# Network Manager tray applet
|
||||||
exec /usr/bin/nm-applet --indicator
|
exec /usr/bin/nm-tray --indicator
|
||||||
|
|
||||||
# Bluetooth manager tray applet
|
# Bluetooth manager tray applet
|
||||||
exec /usr/bin/blueman-applet
|
exec /usr/bin/blueman-applet
|
||||||
@@ -195,10 +195,6 @@ client.focused "#6400b0" "#7607e6" "#ffffff" "#6400b0"
|
|||||||
set $opacity 0.90
|
set $opacity 0.90
|
||||||
for_window [class="Emacs"] opacity $opacity
|
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
|
# Gaps
|
||||||
smart_gaps on
|
smart_gaps on
|
||||||
gaps inner 5
|
gaps inner 5
|
||||||
|
|||||||
@@ -45,9 +45,9 @@
|
|||||||
},
|
},
|
||||||
"network": {
|
"network": {
|
||||||
"interval": 5,
|
"interval": 5,
|
||||||
"format-wifi": " {essid}",
|
"format-wifi": " {essid}",
|
||||||
"format-ethernet": " {ifname}",
|
"format-ethernet": " {ifname}",
|
||||||
"format-disconnected": "",
|
"format-disconnected": "",
|
||||||
"tooltip-format-wifi": "{essid}:{signalStrength}\nSpeed:{bandwidthDownBits} \n{ipaddr}"
|
"tooltip-format-wifi": "{essid}:{signalStrength}\nSpeed:{bandwidthDownBits} \n{ipaddr}"
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user