x
This commit is contained in:
parent
efab382ce2
commit
75289b6cd3
9 changed files with 322 additions and 13 deletions
|
@ -31,6 +31,8 @@ bindsym $mod+Up exec light -A 5
|
|||
bindsym $mod+Down exec light -U 5
|
||||
bindsym $mod+c exec alacritty --class float -t pyCalc -e python
|
||||
bindsym $mod+i exec alacritty --class float -t insect -e insect
|
||||
bindsym $mod+Space exec swayr switch-to
|
||||
bindsym $mod+n exec swayr switch-to-urgent-or-lru-window
|
||||
bindsym Print exec grim -g "$(slurp)" - | wl-copy -t image/png
|
||||
bindswitch --reload --locked lid:on output eDP-1 disable
|
||||
bindswitch --reload --locked lid:off output eDP-1 enable
|
||||
|
@ -162,6 +164,7 @@ exec swayidle before-sleep "$lock"
|
|||
exec /run/current-system/sw/libexec/polkit-gnome-authentication-agent-1
|
||||
exec systemctl --user import-environment DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR
|
||||
exec bash -c '[ "$HOSTNAME" == sphere ] && cloudstation'
|
||||
exec swayrd
|
||||
|
||||
# pastebin
|
||||
exec wl-paste --primary -t text --watch clipman store
|
||||
|
|
|
@ -101,14 +101,6 @@ format = "{percentage} ({time})"
|
|||
full_format = "{percentage} ({time}) "
|
||||
icons_format = " {icon} "
|
||||
|
||||
[[block]]
|
||||
block = "battery"
|
||||
device = "BAT1"
|
||||
interval = 10
|
||||
format = "{percentage} ({time})"
|
||||
full_format = "{percentage} ({time}) "
|
||||
icons_format = " {icon} "
|
||||
|
||||
[[block]]
|
||||
block = "time"
|
||||
interval = 60
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue