Compare commits
5 Commits
fb62913b47
...
df8305f1e9
Author | SHA1 | Date |
---|---|---|
coolneng | df8305f1e9 | |
coolneng | fdd5a029bf | |
coolneng | 0e4424e1e4 | |
coolneng | afb3633767 | |
coolneng | 73e9ab7c13 |
|
@ -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.
|
@ -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
|
||||
#
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
border: none;
|
||||
border-radius: 0;
|
||||
/* `otf-font-awesome` is required to be installed for icons */
|
||||
all: unset;
|
||||
font-family: Inconsolata Nerd Font;
|
||||
font-size: 17px;
|
||||
min-height: 0px;
|
||||
|
@ -166,3 +167,5 @@ label:focus {
|
|||
|
||||
#mpd.paused {
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue