Some changes
This commit is contained in:
parent
6ca523ca70
commit
0ec6e946f7
298 changed files with 33370 additions and 307 deletions
12
.config/hypr/exports.conf
Normal file
12
.config/hypr/exports.conf
Normal file
|
@ -0,0 +1,12 @@
|
|||
env = GTK_IM_MODULE,fcitx
|
||||
env = QT_IM_MODULE,fcitx
|
||||
env = GLFW_IM_MODULE,ibus
|
||||
env = SDL_IM_MODULE,fcitx
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
# QT_XCB_TABLET_LEGACY_COORDINATES=1
|
||||
env = EDITOR,neovim
|
||||
env = VISUAL,neovim
|
||||
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
preload = /home/archer/Downloads/wallpaper/8fkp8oaufyec1.png
|
||||
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/8fkp8oaufyec1.png
|
||||
splash = on
|
||||
preload = /home/archer/Downloads/wallpaper/t7kb1s0kkh4d1.jpeg
|
||||
wallpaper = eDP-1, /home/archer/Downloads/wallpaper/t7kb1s0kkh4d1.jpeg
|
||||
splash = off
|
||||
ipc = off
|
||||
|
|
6
.config/hypr/startup.conf
Normal file
6
.config/hypr/startup.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
exec-once = wl-paste --t text --watch cliphist store
|
||||
exec-once = wl-paste --t image --watch cliphist store
|
||||
exec-once = hyprpaper & waybar
|
||||
exec-once = hypridle
|
||||
#exec-once = clipman store
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue