Compare commits

...

5 Commits

4 changed files with 12 additions and 11 deletions

View File

@ -17,9 +17,3 @@
[filter "git-ignore-line.sh"]
clean = /home/coolneng/.dotfiles/scripts/.local/share/scripts/git-ignore-line.sh
smudge = cat
[add.interactive]
useBuiltin = false # required for git 2.37.0
[merge]
conflictstyle = diff3
[diff]
colorMoved = default

Binary file not shown.

View File

@ -250,6 +250,7 @@ for_window [app_id="imv"] floating enable
for_window [app_id="popup"] floating enable, resize set 1280 720
for_window [app_id="firefox" title="^Picture-in-Picture$"] floating enable, resize set 735 415; sticky enable
for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable, resize set width 1030 height 710
for_window [title="Firefox — Sharing Indicator"] kill;
# Resize R plots to 40% in tiling mode
for_window [class="R_x11"] resize set width 40 ppt
# Split windows vertically
@ -311,11 +312,6 @@ set $lock_bg ~/Photos/Wallpapers/wallhaven-638719.png
exec swayidle -w \
before-sleep 'swaylock -f -c 000000 -i $lock_bg'
# disable external monitor when lid is closed
set $monitor DP-1
bindswitch --reload --locked lid:on output $monitor disable
bindswitch --reload --locked lid:off output $monitor enable
#
# Autostart programs
#

View File

@ -18,6 +18,15 @@ window#waybar.hidden {
opacity: 0.2;
}
/* Fix font color problem */
label {
all: unset;
}
button {
all: unset;
}
/*
window#waybar.empty {
background-color: transparent;
@ -166,3 +175,5 @@ label:focus {
#mpd.paused {
}