Compare commits
3 Commits
52d674ad42
...
8fbcf19e96
| Author | SHA1 | Date |
|---|---|---|
|
|
8fbcf19e96 | |
|
|
e7d5575f75 | |
|
|
5adbd7673e |
|
|
@ -9,7 +9,11 @@ source = ~/.config/hypr/prefs/startup.conf
|
|||
# Execute your favorite apps at launch
|
||||
exec-once = $authentication_agent & $wallpaper_manager & $notification_manager & $widgets
|
||||
|
||||
# Environment Variables
|
||||
env = XCURSOR_SIZE,24
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
||||
env = QT_QPA_PLATFORM,wayland
|
||||
|
||||
input {
|
||||
kb_layout = $keyboard_layout
|
||||
|
|
@ -80,6 +84,8 @@ gestures {
|
|||
workspace_swipe = off
|
||||
}
|
||||
|
||||
windowrulev2 = stayfocused,class:^(Rofi)$
|
||||
|
||||
bind = $open_terminal, exec, $terminal_emulator
|
||||
bind = $close_window, killactive,
|
||||
bind = $exit_hyprland, exit,
|
||||
|
|
@ -112,4 +118,3 @@ bind = $mainMod, down, movefocus, d
|
|||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,2 @@
|
|||
source = ~/.config/hypr/prefs/settings.conf
|
||||
|
||||
preload = ~/.config/hypr/wallpapers/bg.jpg
|
||||
wallpaper = $monitor_name,~/.config/hypr/wallpapers/bg.jpg
|
||||
wallpaper = ,~/.config/hypr/wallpapers/bg.jpg
|
||||
|
|
|
|||
|
|
@ -0,0 +1,32 @@
|
|||
[Appearance]
|
||||
color_scheme_path=/usr/share/color-schemes/Sweet.colors
|
||||
custom_palette=true
|
||||
icon_theme=BeautyLine
|
||||
standard_dialogs=default
|
||||
style=Breeze
|
||||
|
||||
[Fonts]
|
||||
fixed="OpenDyslexic Nerd Font,12,-1,5,75,0,0,0,0,0,Bold"
|
||||
general="OpenDyslexic Nerd Font,12,-1,5,75,0,0,0,0,0,Bold"
|
||||
|
||||
[Interface]
|
||||
activate_item_on_single_click=1
|
||||
buttonbox_layout=0
|
||||
cursor_flash_time=1000
|
||||
dialog_buttons_have_icons=1
|
||||
double_click_interval=400
|
||||
gui_effects=@Invalid()
|
||||
keyboard_scheme=2
|
||||
menus_have_icons=true
|
||||
show_shortcuts_in_context_menus=true
|
||||
stylesheets=@Invalid()
|
||||
toolbutton_style=4
|
||||
underline_shortcut=1
|
||||
wheel_scroll_lines=3
|
||||
|
||||
[SettingsWindow]
|
||||
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37\0\0\0\0\0\0\0\0\0\0\x2\xde\0\0\x3\x33\0\0\0\0\x2\x4\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x37)
|
||||
|
||||
[Troubleshooting]
|
||||
force_raster_widgets=1
|
||||
ignored_applications=@Invalid()
|
||||
|
|
@ -1,9 +1,10 @@
|
|||
configuration {
|
||||
show-icons: true;
|
||||
modi: "drun";
|
||||
drun-display-format: "{name}";
|
||||
modi: "combi";
|
||||
combi-display-format: "{generic}";
|
||||
cycle: true;
|
||||
display-drun: ">>> ";
|
||||
combi-modi: "drun,filebrowser";
|
||||
display-combi: ">>> ";
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TITLE="/home/r0r5chach/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
|
||||
ART="/home/r0r5chach/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
|
||||
TITLE="/home/$USER/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
|
||||
ART="/home/$USER/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
|
||||
|
||||
print() {
|
||||
for (( i=0; i<${#1}; i++ )); do
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Architecture = auto
|
|||
|
||||
# Misc options
|
||||
#UseSyslog
|
||||
#Color
|
||||
Color
|
||||
#NoProgressBar
|
||||
CheckSpace
|
||||
#VerbosePkgLists
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
[Icon Theme]
|
||||
Inherits=Layan-cursors
|
||||
Loading…
Reference in New Issue