Compare commits
3 commits
a9bb3745b8
...
d05e8623f0
Author | SHA1 | Date | |
---|---|---|---|
d05e8623f0 | |||
d13a57db0a | |||
b0a5e8fa0b |
3 changed files with 8 additions and 4 deletions
|
@ -103,6 +103,10 @@ gestures {
|
||||||
workspace_swipe = on
|
workspace_swipe = on
|
||||||
}
|
}
|
||||||
|
|
||||||
|
misc {
|
||||||
|
force_default_wallpaper = 0
|
||||||
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||||
device:epic-mouse-v1 {
|
device:epic-mouse-v1 {
|
||||||
|
|
|
@ -5,7 +5,7 @@ $mainMod = SUPER
|
||||||
bind = $mainMod, RETURN, exec, $terminal
|
bind = $mainMod, RETURN, exec, $terminal
|
||||||
bind = $mainMod, Q, killactive,
|
bind = $mainMod, Q, killactive,
|
||||||
bind = $mainMod SHIFT, E, exit,
|
bind = $mainMod SHIFT, E, exit,
|
||||||
bind = $mainMod, E, exec, dolphin
|
bind = $mainMod, N, exec, thunar
|
||||||
bind = $mainMod, B, exec, firefox
|
bind = $mainMod, B, exec, firefox
|
||||||
bind = $mainMod, O, exec, obsidian
|
bind = $mainMod, O, exec, obsidian
|
||||||
bind = $mainMod SHIFT, SPACE, togglefloating,
|
bind = $mainMod SHIFT, SPACE, togglefloating,
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Startup
|
# Startup
|
||||||
|
|
||||||
exec-once = waybar
|
exec-once = artix-pipewire-launcher restart
|
||||||
exec-once = mako
|
exec-once = mako
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
exec-once = artix-pipewire-launcher restart
|
|
||||||
exec-once = /usr/lib/xdg-desktop-portal-hyprland
|
|
||||||
exec-once = swayosd-server
|
exec-once = swayosd-server
|
||||||
exec-once = udiskie
|
exec-once = udiskie
|
||||||
|
exec-once = waybar
|
||||||
|
exec-once = dbus-update-activation-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
# exec-once=hyprctl plugin load ~/Downloads/git/split-monitor-workspaces/split-monitor-workspaces.so
|
# exec-once=hyprctl plugin load ~/Downloads/git/split-monitor-workspaces/split-monitor-workspaces.so
|
||||||
|
|
Loading…
Reference in a new issue