updated waybar and uswm for hyprland
This commit is contained in:
@@ -50,10 +50,10 @@ $menu = fuzzel
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = systemctl --user start hyprpolkitagent
|
||||
exec-once = waybar & hyprpaper &
|
||||
exec-once = nm-applet &
|
||||
exec-once = nextcloud --background &
|
||||
exec-once = uwsm app -- waybar
|
||||
exec-once = uwsm app -- nm-applet
|
||||
exec-once = uwsm app -- nextcloud --background
|
||||
exec-once = uwsm app -- rclone mount google_drive: ~/gdrive
|
||||
|
||||
|
||||
#############################
|
||||
@@ -68,6 +68,7 @@ env = XCURSOR_SIZE,24
|
||||
env = XCURSOR_THEME,Bibata-Modern-Classic
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = debug:full_cm_proto=true
|
||||
env = QT_QPA_PLATFORMTHEME=qt6ct
|
||||
|
||||
|
||||
|
||||
@@ -236,6 +237,7 @@ gestures {
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
bind = , PRINT, exec, gscreenshot -c -s
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, RETURN, exec, $terminal
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
@@ -247,7 +249,6 @@ bind = $mainMod, F, fullscreen,
|
||||
bindr = $mainMod, SPACE, exec, $menu
|
||||
bind = $mainMod, P, exec, ~/.config/hypr/scripts/powermenu.sh &
|
||||
# bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = , PRINT, exec, gscreenshot -c -s
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, h, movefocus, l
|
||||
|
@@ -1,2 +1,2 @@
|
||||
preload = ~/Pictures/wallpaper.png
|
||||
wallpaper = ,~/Pictures/wallpaper.png
|
||||
preload = ~/Pictures/red_moon-mocha.jpg
|
||||
wallpaper = ,~/Pictures/red_moon-mocha.jpg
|
||||
|
Reference in New Issue
Block a user