Compare commits
No commits in common. "143bf0d90f16cee3f7d5430e659c337c710dbad4" and "0af9e3415f4af559674123ef6f06ef6d9eba9313" have entirely different histories.
143bf0d90f
...
0af9e3415f
4 changed files with 5 additions and 13 deletions
|
@ -2,8 +2,8 @@ profile {
|
||||||
output LVDS-1 enable
|
output LVDS-1 enable
|
||||||
}
|
}
|
||||||
profile {
|
profile {
|
||||||
output HDMI-A-1 enable position 1366,0 scale 1
|
output HDMI-A-1 enable position 0,0 scale 1
|
||||||
output LVDS-1 enable position 0,312
|
output LVDS-1 enable position 1920,312
|
||||||
#output LVDS-1 disable
|
#output LVDS-1 disable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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 Medium 10
|
font Inter SemiBold 10
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
#
|
#
|
||||||
|
@ -230,8 +230,7 @@ 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
|
||||||
|
|
||||||
|
@ -248,12 +247,6 @@ 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
|
||||||
|
|
|
@ -6,7 +6,6 @@ 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
2
.zshrc
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue