dbus/xdg proper configuration
This commit is contained in:
parent
768f2555dd
commit
033b268389
8 changed files with 21 additions and 34 deletions
|
@ -1,23 +1,16 @@
|
||||||
font=Fira Mono 10
|
font=monospace 11
|
||||||
background-color=#1d1b2b
|
background-color=#14171d
|
||||||
|
border-color=#4d4754
|
||||||
border-size=2
|
border-size=2
|
||||||
border-radius=5
|
text-color=#c7c6c3
|
||||||
margin=6
|
border-radius=3
|
||||||
|
margin=5
|
||||||
padding=5,8
|
padding=5,8
|
||||||
progress-color=#373c47
|
progress-color=#373c47
|
||||||
|
default-timeout=5000
|
||||||
layer=overlay
|
layer=overlay
|
||||||
icons=1
|
icons=1
|
||||||
|
|
||||||
[urgency=low]
|
|
||||||
text-color=#98c379
|
|
||||||
border-color=#98c379
|
|
||||||
default-timeout=10000
|
|
||||||
|
|
||||||
[urgency=normal]
|
|
||||||
text-color=#61afef
|
|
||||||
border-color=#61afef
|
|
||||||
default-timeout=10000
|
|
||||||
|
|
||||||
[urgency=critical]
|
[urgency=critical]
|
||||||
text-color=#e06c75
|
text-color=#e06c75
|
||||||
border-color=#e06c75
|
border-color=#e06c75
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# xdg desktop portal fix
|
# xdg desktop portal fix
|
||||||
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
exec systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway
|
||||||
|
|
||||||
# Set super key
|
# Set super key
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
|
|
|
@ -49,8 +49,8 @@ bindsym XF86AudioNext exec playerctl next
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
bindsym XF86AudioPrev exec playerctl previous
|
||||||
|
|
||||||
# Screenshot
|
# Screenshot
|
||||||
bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy && notify-send -t 1000 "Screenshot copied to clipboard"
|
bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy -t image/png && notify-send -t 3000 "Sway" "Screenshot copied to clipboard"
|
||||||
bindsym Print exec grim - | wl-copy && notify-send -t 1000 "Screenshot copied to clipboard"
|
bindsym Print exec grim - | wl-copy -t iamge/png && notify-send -t 3000 "Sway" "Full screen copied to clipboard"
|
||||||
bindsym Shift+Print exec slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy
|
bindsym Shift+Print exec slurp -p | grim -g - - | convert - txt:- | tail -n 1 | awk '{print $3}' | wl-copy
|
||||||
|
|
||||||
# Michelsoft Binbows
|
# Michelsoft Binbows
|
||||||
|
|
|
@ -30,3 +30,7 @@ layer_effects "wofi" blur enable; shadows enable
|
||||||
|
|
||||||
### Output configuration
|
### Output configuration
|
||||||
output * bg $bg fill
|
output * bg $bg fill
|
||||||
|
|
||||||
|
### Bar
|
||||||
|
|
||||||
|
exec env GTK_THEME="Adwaita-dark" waybar
|
||||||
|
|
|
@ -1,19 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
/usr/lib/xdg-desktop-portal -r &
|
|
||||||
/usr/lib/xdg-desktop-portal-wlr -r &
|
|
||||||
|
|
||||||
mako &
|
|
||||||
|
|
||||||
GTK_THEME="Lavanda-Sea-Dark" nm-applet --indicator &
|
GTK_THEME="Lavanda-Sea-Dark" nm-applet --indicator &
|
||||||
|
|
||||||
autotiling &
|
autotiling &
|
||||||
|
|
||||||
/usr/bin/gnome-keyring-daemon --foreground &
|
|
||||||
|
|
||||||
GTK_THEME="Adwaita-dark" waybar &
|
|
||||||
|
|
||||||
discord &
|
discord &
|
||||||
element-desktop &
|
element-desktop &
|
||||||
#thunderbird &
|
thunderbird &
|
||||||
|
|
||||||
|
|
|
@ -8,13 +8,12 @@ export EDITOR=nvim
|
||||||
# wayland fixes
|
# wayland fixes
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
export MOZ_ENABLE_WAYLAND=1
|
export MOZ_ENABLE_WAYLAND=1
|
||||||
export QT_QPA_PLATFORM=wayland-egl
|
|
||||||
export SDL_VIDEODRIVER=wayland
|
|
||||||
export XDG_SESSION_TYPE=wayland
|
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
|
||||||
export XDG_CONFIG_HOME=$HOME/.config
|
|
||||||
export MOZ_USE_XINPUT2=1
|
export MOZ_USE_XINPUT2=1
|
||||||
|
|
||||||
|
# xdg
|
||||||
|
export XDG_CONFIG_HOME=$HOME/.config
|
||||||
|
export XDG_DATA_HOME=$HOME/.local/share
|
||||||
|
|
||||||
# ricing
|
# ricing
|
||||||
export GTK_THEME=Lavanda-Sea-Dark
|
export GTK_THEME=Lavanda-Sea-Dark
|
||||||
|
|
||||||
|
|
1
aur
1
aur
|
@ -1,3 +1,4 @@
|
||||||
|
autotiling
|
||||||
cider
|
cider
|
||||||
fbterm
|
fbterm
|
||||||
mkinitcpio-firmware
|
mkinitcpio-firmware
|
||||||
|
|
1
packages
1
packages
|
@ -62,6 +62,7 @@ python-pynvim
|
||||||
qbittorrent
|
qbittorrent
|
||||||
qemu-full
|
qemu-full
|
||||||
qt5-wayland
|
qt5-wayland
|
||||||
|
ripgrep
|
||||||
ruby
|
ruby
|
||||||
rustup
|
rustup
|
||||||
sassc
|
sassc
|
||||||
|
|
Loading…
Reference in a new issue