mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 23:56:52 -04:00
Try to fix some errors in config file
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
# Monitor Setup
|
# Monitor Setup
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
monitor=,2560x1440@120,auto,1
|
monitor=,3440x1440@60,auto,1
|
||||||
# monitor=,preferred,auto,1
|
# monitor=,preferred,auto,1
|
||||||
# monitor=,1920x1080,auto,1
|
# monitor=,1920x1080,auto,1
|
||||||
|
|
||||||
@@ -28,7 +28,7 @@ exec-once = ~/dotfiles/hypr/gtk.sh
|
|||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Load pywal color file
|
# Load pywal color file
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
source = /home/raabe/.cache/wal/colors-hyprland.conf
|
#source = /home/raabe/.cache/wal/colors-hyprland.conf
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Env vars
|
# Env vars
|
||||||
@@ -62,7 +62,7 @@ general {
|
|||||||
col.active_border = rgba(ffffffee)
|
col.active_border = rgba(ffffffee)
|
||||||
# Color Gradient for active window
|
# Color Gradient for active window
|
||||||
# col.active_border = $color11 $background $background $color14 45deg
|
# col.active_border = $color11 $background $background $color14 45deg
|
||||||
col.inactive_border = $color11
|
# col.inactive_border = $color11
|
||||||
layout = dwindle
|
layout = dwindle
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -145,12 +145,12 @@ bind = $mainMod, right, movefocus, r
|
|||||||
bind = $mainMod, up, movefocus, u
|
bind = $mainMod, up, movefocus, u
|
||||||
bind = $mainMod, down, movefocus, d
|
bind = $mainMod, down, movefocus, d
|
||||||
|
|
||||||
bind = $mainMod, PRINT, exec, ~/dotfiles/scripts/grim.sh
|
#bind = $mainMod, PRINT, exec, ~/dotfiles/scripts/grim.sh
|
||||||
bind = $mainMod CTRL, Q, exec, ~/dotfiles/scripts/powermenu-hypr.sh
|
#bind = $mainMod CTRL, Q, exec, ~/dotfiles/scripts/powermenu-hypr.sh
|
||||||
bind = $mainMod SHIFT, W, exec, ~/dotfiles/scripts/updatewal-swww.sh
|
#bind = $mainMod SHIFT, W, exec, ~/dotfiles/scripts/updatewal-swww.sh
|
||||||
bind = $mainMod CTRL, W, exec, ~/dotfiles/scripts/wallpaper-swww.sh
|
#bind = $mainMod CTRL, W, exec, ~/dotfiles/scripts/wallpaper-swww.sh
|
||||||
bind = $mainMod CTRL, RETURN, exec, ~/dotfiles/scripts/applauncher.sh
|
#bind = $mainMod CTRL, RETURN, exec, ~/dotfiles/scripts/applauncher.sh
|
||||||
bind = $mainMod SHIFT, B, exec, ~/dotfiles/waybar/launch.sh
|
#bind = $mainMod SHIFT, B, exec, ~/dotfiles/waybar/launch.sh
|
||||||
|
|
||||||
bind = $mainMod, 1, workspace, 1
|
bind = $mainMod, 1, workspace, 1
|
||||||
bind = $mainMod, 2, workspace, 2
|
bind = $mainMod, 2, workspace, 2
|
||||||
|
|||||||
Reference in New Issue
Block a user