update all
This commit is contained in:
parent
3ed126ae2e
commit
95d7fb05e6
4 changed files with 19 additions and 10 deletions
10
sway/config
10
sway/config
|
@ -14,9 +14,9 @@ set $down j
|
|||
set $up k
|
||||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term kitty
|
||||
set $term dbus-launch kitty
|
||||
# Your preferred application launcher
|
||||
set $menu dmenu_run
|
||||
set $menu dbus-launch dmenu_run
|
||||
|
||||
set $bindsym bindsym --to-code
|
||||
|
||||
|
@ -251,8 +251,8 @@ $bindsym $mod+r mode "resize"
|
|||
$bindsym $mod+Print exec slurp | grim -g - - | feh --auto-zoom --scale-down -
|
||||
$bindsym Shift+Print exec grim - | swappy -f -
|
||||
$bindsym $mod+c exec copyq toggle
|
||||
$bindsym $mod+o exec gnome-calculator
|
||||
$bindsym $mod+i exec chromium
|
||||
$bindsym $mod+o exec dbus-launch gnome-calculator
|
||||
$bindsym $mod+i exec dbus-launch chromium
|
||||
$bindsym $mod+z exec woomer
|
||||
# https://github.com/coffeeispower/woomer
|
||||
# mod+c
|
||||
|
@ -306,7 +306,7 @@ for_window {
|
|||
[title="^(File|Folder)\s*Already Exists\s*—\s*" app_id="dolphin|org.kde.ark|pcmanfm|pcmanfm-qt"] $popup
|
||||
[title="Confirm to replace files" app_id="dolphin|org.kde.ark|pcmanfm|pcmanfm-qt"] $popup
|
||||
[app_id="pavucontrol"] $popup
|
||||
[class="wpaCute"] $popup
|
||||
[app_id="wpa-cute"] floating enable;
|
||||
[app_id="qtalarm"] $popup
|
||||
[app_id="blueman-manager"] $popup
|
||||
[app_id="deluge" title="Add Torrents*"] $popup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue