sddm added
This commit is contained in:
parent
3251bca29a
commit
d9ce42fb84
17 changed files with 1028 additions and 1 deletions
|
@ -61,6 +61,9 @@ bind = $mainMod CTRL, R, exec, killall waybar
|
|||
bind = , Print, exec, grim -g "$(slurp)"
|
||||
bind = $mainMod, Print, exec, grim
|
||||
|
||||
# Clipboard
|
||||
bind = SUPER SHIFT, V, exec, kitty --class clipse -e clipse
|
||||
|
||||
# Color Picker
|
||||
bind = ALT, P, exec, hyprpicker --format=hex -a
|
||||
|
||||
|
|
|
@ -14,6 +14,7 @@ monitor=HDMI-A-1,1920x1080@60,0x0,1,mirror,eDP-1
|
|||
# Execute your favorite apps at launch
|
||||
exec-once = hypridle
|
||||
exec-once = waybar
|
||||
exec-once = clipse -listen
|
||||
exec-once = hyprpaper && ~/dotfiles/scripts/currentWallpaperHyprlock.sh
|
||||
exec-once = /home/rafayahmad/dotfiles/scripts/brightnessWidget.sh
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
@ -134,3 +135,4 @@ misc {
|
|||
windowrule = float, title:nmtui
|
||||
windowrule = float, title:UltimMC
|
||||
windowrule = float, title:rofi
|
||||
windowrulev2 = float, class:(clipse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue