Falling back to terminator until Problem with kitty is solved
This commit is contained in:
parent
a79b113e7a
commit
b127200c55
|
@ -25,9 +25,9 @@ exec-once = waybar
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = nm-applet --indicator
|
exec-once = nm-applet --indicator
|
||||||
exec-once = blueman-applet
|
exec-once = blueman-applet
|
||||||
exec-once = sleep 1 && fluffychat
|
exec-once = sleep 2 && fluffychat
|
||||||
exec-once = sleep 1 && evolution -c mail
|
exec-once = sleep 2 && evolution -c mail
|
||||||
exec-once = sleep 1 && nextcloud
|
exec-once = sleep 2 && nextcloud
|
||||||
|
|
||||||
# General
|
# General
|
||||||
general {
|
general {
|
||||||
|
@ -124,7 +124,7 @@ binds {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Keybindings
|
# Keybindings
|
||||||
bind = $mainMod, Q, exec, kitty
|
bind = $mainMod, Q, exec, terminator
|
||||||
bind = $mainMod, C, killactive,
|
bind = $mainMod, C, killactive,
|
||||||
bind = $mainMod, M, exec, evolution -c mail
|
bind = $mainMod, M, exec, evolution -c mail
|
||||||
bind = $mainMod SHIFT, M, exec, evolution -c calendar
|
bind = $mainMod SHIFT, M, exec, evolution -c calendar
|
||||||
|
@ -151,7 +151,7 @@ bind = , XF86AudioMute, exec, pamixer -t
|
||||||
bind = , XF86AudioMicMute, exec, pamixer --default-source -t
|
bind = , XF86AudioMicMute, exec, pamixer --default-source -t
|
||||||
bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4
|
bind = $mainMod, XF86AudioLowerVolume, exec, --default-source pamixer -d 4
|
||||||
bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4
|
bind = $mainMod, XF86AudioRaiseVolume, exec, --default-source pamixer -i 4
|
||||||
bind = $mainMod, N, exec, swaylock -c a0a0a0
|
bind = $mainMod, N, exec, swaylock -c 000000
|
||||||
|
|
||||||
# Window Management
|
# Window Management
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
|
|
Loading…
Reference in New Issue