bunch of stuff idk
This commit is contained in:
parent
658c50336c
commit
d40ae0140e
13 changed files with 56 additions and 18 deletions
|
@ -27,6 +27,7 @@ set $unbindsym unbindsym --to-code
|
|||
# Your preferred terminal emulator
|
||||
set $term kitty
|
||||
set $term_cwd $term -D "$(swaycwd 2>/dev/null || echo $HOME)"
|
||||
set $term_popup $term
|
||||
|
||||
# onscreen bar
|
||||
set $onscreen_bar $sway-scripts-dir/wob.sh "$accent-color" "$background-color"
|
||||
|
@ -59,7 +60,7 @@ set $clipboard-del cliphist list | rofi -dmenu -font "$gui-font" -p "Select item
|
|||
set $zeit_list zeit list --only-projects-and-tasks --append-project-id-to-task | rofi -dmenu -font "$gui-font" -p "Select task to track" -lines 10 | /usr/share/sway/scripts/zeit.sh track && waybar-signal zeit
|
||||
|
||||
# Your preferred application launcher
|
||||
set $menu rofi -show combi -combi-modi "drun,run" -terminal "$term" -ssh-command "{terminal} {ssh-client} {host} [-p {port}]" -run-shell-command "{terminal} {cmd}" -show-icons -font "$gui-font" -lines 10
|
||||
set $menu wofi --show drun --color $HOME/.cache/wal/colors --allow-images
|
||||
|
||||
### Lockscreen configuration
|
||||
set $locking swaylock --daemonize --color "$selection-color" --inside-color "$selection-color" --inside-clear-color "$text-color" --ring-color "$color2" --ring-clear-color "$color11" --ring-ver-color "$color13" --show-failed-attempts --fade-in 0.2 --grace 2 --effect-vignette 0.5:0.5 --effect-blur 7x5 --ignore-empty-password --screenshots --clock
|
||||
|
@ -67,6 +68,9 @@ set $locking swaylock --daemonize --color "$selection-color" --inside-color "$se
|
|||
# bluetooth menu
|
||||
set $bluetooth $once $term_float bluetuith
|
||||
|
||||
# Screen capture methods
|
||||
set $screenshot_selection $HOME/bin/screengrab
|
||||
|
||||
### Idle configuration
|
||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||
# your displays after another 300 seconds, and turn your screens back on when
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue