New backup 2024-04-11 16:45:03
This commit is contained in:
parent
f3ff191b0f
commit
828cb553c2
3 changed files with 7 additions and 4 deletions
|
@ -25,7 +25,8 @@
|
|||
bindsym $mod+Shift+s exec $HOME/.config/sway/scripts/screenshot.sh
|
||||
|
||||
# Clipboard
|
||||
bindsym $mod+shift+v exec clipman pick --tool="wofi" --max-items=30
|
||||
# bindsym $mod+shift+v exec clipman pick --tool="wofi" --max-items=30
|
||||
bindsym $mod+Shift+v exec copyq toggle
|
||||
|
||||
# Shortcuts
|
||||
bindsym $mod+shift+o exec $HOME/.config/sway/scripts/shortcuts.sh
|
||||
|
|
|
@ -4,11 +4,11 @@
|
|||
|
||||
# float applet windows
|
||||
for_window [app_id="pavucontrol-qt$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 400, resize set height 400, border pixel 3, move absolute position 1650 50
|
||||
for_window [app_id="pavucontrol$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 400, resize set height 400, border pixel 3, move absolute position 1650 50
|
||||
for_window [app_id="nm-connection-editor$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 400, resize set height 400, border pixel 3, move absolute position 1800 50
|
||||
for_window [app_id="blueman-manager$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 400, resize set height 400, border pixel 3, move absolute position 1800 60
|
||||
for_window [app_id="nextcloud$"] floating enable, move scratchpad, sticky enable, scratchpad show, resize set width 600, resize set height 500, border pixel 3, move absolute position 1940 60
|
||||
for_window [app_id="scrcpy"] floating enable, border none, move scratchpad, scratchpad show, resize set width 600, resize set height 1300, border pixel 3, move absolute position 20 60
|
||||
for_window [app_id="copyq"] floating enable, sticky enable, resize set height 600px width 550px, move position cursor, move down 330
|
||||
#, resize set width 600, resize set height 500, border pixel 3, move absolute position 1940 60
|
||||
|
||||
# Armcord opens in scratchpad
|
||||
|
|
|
@ -7,7 +7,8 @@ killall batalert
|
|||
killall blueman-applet
|
||||
killall swayidle
|
||||
killall kdeconnectd
|
||||
killall wlpaste
|
||||
#killall wlpaste
|
||||
killall copyq
|
||||
killall polkit-gnome-authentication-agent-1
|
||||
killall swaybg
|
||||
|
||||
|
@ -17,6 +18,7 @@ swaync & \
|
|||
/usr/lib/$(uname -m)-linux-gnu/libexec/kdeconnectd & \
|
||||
swayidle & \
|
||||
blueman-applet & \
|
||||
wl-paste -t text --watch clipman store --max-items 1024 & \
|
||||
#wl-paste -t text --watch clipman store --max-items 1024 & \
|
||||
copyq --start-server & \
|
||||
/home/pogmommy/.cargo/bin/batalert -u /sys/class/power_supply/macsmc-battery/uevent --alert 20 --notification-step 5 & \
|
||||
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
||||
|
|
Loading…
Add table
Reference in a new issue