Updating font and sway bits
This commit is contained in:
parent
d0beaa3877
commit
474a573fa4
|
@ -2,6 +2,8 @@
|
||||||
output DP-3 resolution 1920x1080@143.855hz pos 0 540
|
output DP-3 resolution 1920x1080@143.855hz pos 0 540
|
||||||
output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90
|
output HDMI-A-1 resolution 1920x1080@72.038hz pos 1920 0 transform 90
|
||||||
|
|
||||||
|
font pango:JetbrainsMono Normal 9
|
||||||
|
|
||||||
bar {
|
bar {
|
||||||
position top
|
position top
|
||||||
status_command while ~/.config/sway/status.sh; do sleep 1; done
|
status_command while ~/.config/sway/status.sh; do sleep 1; done
|
||||||
|
|
|
@ -6,3 +6,4 @@ assign [app_id="com.obsproject.Studio"] OBS
|
||||||
# Games
|
# Games
|
||||||
assign [class="Project Zomboid"] Project Zomboid
|
assign [class="Project Zomboid"] Project Zomboid
|
||||||
assign [class="com.wurmonline.client.launcherfx.WurmMain"] Wurm Online
|
assign [class="com.wurmonline.client.launcherfx.WurmMain"] Wurm Online
|
||||||
|
assign [title="VRChat"] VRChat
|
||||||
|
|
1
profile
1
profile
|
@ -9,6 +9,7 @@ if test -z "${XDG_RUNTIME_DIR}"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# The city's finest exports!
|
# The city's finest exports!
|
||||||
|
export GTK_THEME="Nordic"
|
||||||
export GIT_EDITOR="nvim"
|
export GIT_EDITOR="nvim"
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
export PATH="$HOME/.local/bin:$PATH"
|
export PATH="$HOME/.local/bin:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue