Compare commits

..

6 commits

4 changed files with 13 additions and 5 deletions

View file

@ -2,8 +2,8 @@ profile {
output LVDS-1 enable output LVDS-1 enable
} }
profile { profile {
output HDMI-A-1 enable position 0,0 scale 1 output HDMI-A-1 enable position 1366,0 scale 1
output LVDS-1 enable position 1920,312 output LVDS-1 enable position 0,312
#output LVDS-1 disable #output LVDS-1 disable
} }

View file

@ -14,7 +14,7 @@ set $term footclient
# on the original workspace that the command was run on. # on the original workspace that the command was run on.
set $menu fuzzel-run set $menu fuzzel-run
font Inter SemiBold 10 font Inter Medium 10
### Output configuration ### Output configuration
# #
@ -230,7 +230,8 @@ bindsym --locked XF86MonBrightnessUp exec 'brillo -A 5; brillo -O'
bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O' bindsym --locked XF86MonBrightnessDown exec 'brillo -U 5; brillo -O'
default_border pixel 5 default_border pixel 5
gaps outer 5 # gaps outer 5
gaps inner 5
smart_borders on smart_borders on
smart_gaps on smart_gaps on
@ -247,6 +248,12 @@ assign [title="https:\/\/[a-z]+.zulipchat.com - "] "8: comms"
assign [app_id="neomutt"] "8: comms" assign [app_id="neomutt"] "8: comms"
assign [app_id="telegram-desktop"] "8: comms" assign [app_id="telegram-desktop"] "8: comms"
for_window [title="https:\/\/discord.com - "] layout tabbed
for_window [title="https:\/\/web.whatsapp.com - "] layout tabbed
for_window [title="https:\/\/[a-z]+.zulipchat.com - "] layout tabbed
for_window [app_id="neomutt"] layout tabbed
for_window [app_id="telegram-desktop"] layout tabbed
exec brillo -I exec brillo -I
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
exec pipewire exec pipewire

View file

@ -6,6 +6,7 @@ exec fuzzel \
--font='monospace:pixelsize=22' \ --font='monospace:pixelsize=22' \
--prompt='➦ ' \ --prompt='➦ ' \
--width=40 \ --width=40 \
--no-icons \
--background=${background}ff \ --background=${background}ff \
--text-color=${foreground}ff \ --text-color=${foreground}ff \
--match-color=${accent}ff \ --match-color=${accent}ff \

2
.zshrc
View file

@ -31,7 +31,7 @@ zstyle ':vcs_info:*' enable git
precmd () { vcs_info } precmd () { vcs_info }
setopt promptsubst setopt promptsubst
PS1=$'%{\e]133;A%}$''%F{5} %3~ ${vcs_info_msg_0_}%f%# ' PS1=$'%{\e]133;A%}''%F{5} %3~ ${vcs_info_msg_0_}%f%# '
"$REMOTE" && PS1='%n@%m '$PS1 "$REMOTE" && PS1='%n@%m '$PS1
alias ls='ls --color=always' alias ls='ls --color=always'