add quick calculators
This commit is contained in:
parent
091ebc9424
commit
00b092d396
2 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,8 @@ bindsym $mod+o exec keepassxc
|
|||
bindsym $mod+z exec $lock
|
||||
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 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
|
||||
|
@ -47,6 +49,8 @@ bindswitch --reload --locked lid:off output eDP-1 enable
|
|||
for_window [app_id="org.keepassxc.KeePassXC"] floating enable
|
||||
for_window [title="Firefox — Sharing Indicator"] floating enable
|
||||
for_window [title="Picture-in-Picture"] floating enable
|
||||
for_window [title="pyCalc"] floating enable
|
||||
for_window [title="insect"] floating enable
|
||||
|
||||
# font
|
||||
font Cascadia Code 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue