Some changes
This commit is contained in:
parent
6ca523ca70
commit
0ec6e946f7
298 changed files with 33370 additions and 307 deletions
|
@ -1,10 +1,7 @@
|
|||
source = ~/.config/hypr/mocha.conf
|
||||
source = ~/.config/hypr/themes/mocha.conf
|
||||
source = ~/.config/hypr/startup.conf
|
||||
monitor=,preferred,auto,auto
|
||||
|
||||
exec-once = wl-paste --type text --watch cliphist store
|
||||
exec-once = wl-paste --type image --watch cliphist store
|
||||
exec-once = hyprpaper & waybar
|
||||
exec-once = hypridle
|
||||
windowrulev2 = suppressevent maximize, class:.*
|
||||
|
||||
|
||||
|
@ -18,6 +15,8 @@ $colorpicker = hyprpicker
|
|||
|
||||
env = XCURSOR_SIZE,20
|
||||
env = HYPRCURSOR_SIZE,20
|
||||
env = GDK_BACKEND,wayland,x11,*,
|
||||
|
||||
|
||||
general {
|
||||
gaps_in = 5
|
||||
|
@ -114,6 +113,16 @@ binds {
|
|||
allow_workspace_cycles = true
|
||||
}
|
||||
|
||||
misc {
|
||||
force_default_wallpaper = -1
|
||||
disable_hyprland_logo = true
|
||||
}
|
||||
|
||||
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
|
||||
$mainMod = SUPER
|
||||
bind = $mainMod, T, exec, $terminal
|
||||
|
@ -130,9 +139,10 @@ bind = $mainMod, P, exec, ~/.config/rofi/powermenu/type-5/powermenu.sh
|
|||
bind = $mainMod, Space, exec, ~/.config/rofi/launchers/type-7/launcher.sh
|
||||
|
||||
#Hyprshot for Screenshot
|
||||
#bind = $mainMod, PRINT, exec, hyprshot -m window
|
||||
bind = , PRINT, exec, hyprshot -m output
|
||||
bind = $mainMod, X, exec, HYPRSHOT_DIR=$HYPRSHOT_DIR hyprshot -m region hyprshot -m region
|
||||
bind =,Print,exec,grim $HOME/Downloads/Screenshot/$(date +'%Y%m%d%H%M_1.png') && notify-send 'Screenshot Saved'
|
||||
bind = $mainMod,Print,exec,grim - | wl-copy && notify-send 'Screenshot Copied to Clipboard'
|
||||
bind = SUPERSHIFT,S,exec,slurp | grim -g - /tmp/photo && wl-copy < /tmp/photo && notify-send 'Screenshot Copied to Clipboard'
|
||||
bind = ALTSHIFT,S,exec,slurp | grim -g - $HOME/Downloads/Screenshot/$(date +'%Y%m%d%H%M_%S.png') && notify-send 'Screenshot Saved'
|
||||
|
||||
#Task Manager
|
||||
bind = Ctrl_Shift, Tab, exec, $terminal $taskManager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue