Compare commits
No commits in common. "8fbcf19e964620766ee46c1b9424899af34e5c1e" and "52d674ad42931773b3dc14cabf4dc15461525753" have entirely different histories.
8fbcf19e96
...
52d674ad42
|
|
@ -9,11 +9,7 @@ source = ~/.config/hypr/prefs/startup.conf
|
||||||
# Execute your favorite apps at launch
|
# Execute your favorite apps at launch
|
||||||
exec-once = $authentication_agent & $wallpaper_manager & $notification_manager & $widgets
|
exec-once = $authentication_agent & $wallpaper_manager & $notification_manager & $widgets
|
||||||
|
|
||||||
# Environment Variables
|
|
||||||
env = XCURSOR_SIZE,24
|
env = XCURSOR_SIZE,24
|
||||||
env = WLR_NO_HARDWARE_CURSORS,1
|
|
||||||
env = QT_QPA_PLATFORMTHEME,qt6ct
|
|
||||||
env = QT_QPA_PLATFORM,wayland
|
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = $keyboard_layout
|
kb_layout = $keyboard_layout
|
||||||
|
|
@ -84,8 +80,6 @@ gestures {
|
||||||
workspace_swipe = off
|
workspace_swipe = off
|
||||||
}
|
}
|
||||||
|
|
||||||
windowrulev2 = stayfocused,class:^(Rofi)$
|
|
||||||
|
|
||||||
bind = $open_terminal, exec, $terminal_emulator
|
bind = $open_terminal, exec, $terminal_emulator
|
||||||
bind = $close_window, killactive,
|
bind = $close_window, killactive,
|
||||||
bind = $exit_hyprland, exit,
|
bind = $exit_hyprland, exit,
|
||||||
|
|
@ -118,3 +112,4 @@ bind = $mainMod, down, movefocus, d
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
|
env = WLR_NO_HARDWARE_CURSORS,1
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
|
source = ~/.config/hypr/prefs/settings.conf
|
||||||
|
|
||||||
preload = ~/.config/hypr/wallpapers/bg.jpg
|
preload = ~/.config/hypr/wallpapers/bg.jpg
|
||||||
wallpaper = ,~/.config/hypr/wallpapers/bg.jpg
|
wallpaper = $monitor_name,~/.config/hypr/wallpapers/bg.jpg
|
||||||
|
|
|
||||||
|
|
@ -1,32 +0,0 @@
|
||||||
[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,10 +1,9 @@
|
||||||
configuration {
|
configuration {
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
modi: "combi";
|
modi: "drun";
|
||||||
combi-display-format: "{generic}";
|
drun-display-format: "{name}";
|
||||||
cycle: true;
|
cycle: true;
|
||||||
combi-modi: "drun,filebrowser";
|
display-drun: ">>> ";
|
||||||
display-combi: ">>> ";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
TITLE="/home/$USER/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
|
TITLE="/home/r0r5chach/.config/zsh/titles/title-$(( $RANDOM % 45 + 1 ))"
|
||||||
ART="/home/$USER/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
|
ART="/home/r0r5chach/.config/zsh/art/art-$(( $RANDOM % 22 + 1 ))"
|
||||||
|
|
||||||
print() {
|
print() {
|
||||||
for (( i=0; i<${#1}; i++ )); do
|
for (( i=0; i<${#1}; i++ )); do
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ Architecture = auto
|
||||||
|
|
||||||
# Misc options
|
# Misc options
|
||||||
#UseSyslog
|
#UseSyslog
|
||||||
Color
|
#Color
|
||||||
#NoProgressBar
|
#NoProgressBar
|
||||||
CheckSpace
|
CheckSpace
|
||||||
#VerbosePkgLists
|
#VerbosePkgLists
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
[Icon Theme]
|
|
||||||
Inherits=Layan-cursors
|
|
||||||
Loading…
Reference in New Issue