Skip to content

Reference for my Hyprland configs. Workflow optimized to be as close as possible to DWM setup.

Notifications You must be signed in to change notification settings

Barysk/dot_hyprland

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

  • nwg-look: used for managing themes

  • Theme things: papirus-icon-theme, materia-gtk-theme

  • if electron application still flickers even after fixes provided in hyprland's guide, set a --disable-gpu flag, my case:

    Vesktop:

    Edit /usr/share/applications/vesktop.desktop

    Add needed flag to Exec, like this Exec=vesktop --disable-gpu %U

  • if no Nvidia => remove Nvidia fixes from hyrland.conf

Here is an example how this "rice" looks An image of how it looks

MASTER_LAYOUT_QUICK_GUIDE_______________________________________________________
This config uses master layout

+-----------------+--------+
|                 |        |
|                 |   S1   |
|                 |        |
|        M        +--------+
|                 |        |
|                 |   S2   |
|                 |        |
+-----------------+--------+

To increase/decrease number of master windows use:
SUPER+I / SUPER+D

To navigate the layout use:
SUPER+J to move down the stack
SUPER+K to move up

You can move window throught the stack
SUPER+J to move down
SUPER+K to move up

SUPER+H decreasing master area
SUPER+L increasing master area

SUPER+SHIFT+ENTER to swap windows

NAVIGATTION_____________________________________________________________________

Navigating throught the worksapces is basic:
SUPER+[workspace number 1..=9]

this going to move active window to a chosen workspace:
SUPER+SHIFT+[workspace number 1..=9]

there is a one special worksapce:
SUPER+S to open
SUPER+SHIFT+S to move something here

SUPER+TAB to "alt-tab" between workspaces

MULTIMONITOR____________________________________________________________________

SUPER+period focuses monitor right of a current
SUPER+comma focuses left one

SUPER+SHIFT+period moves current worspace to right monitor
SUPER+SHIFT+comma moves current worspace to left monitor
SUPER+SHIFT+TAB swap VISIBLE WORKSPACES between monitors

BASICS__________________________________________________________________________

default apps:
terminal = kitty
file manager = pcmanfm
menu = wofi
lock = hyprlock
bar = waybar

Hide/Show bar:
SUPER+B

Activate blue light filter:
SUPER+SHIFT+N

Open terminal:
SUPER+enter

Kill active window:
SUPER+Q

Open file manager:
SUPER+E

Toggle fullscreen:
SUPER+F

Open application menu:
SUPER+P

Screenshot:
SUPER+ALT+S

Lock screen:
SUPER+escape

Close hyprland session - exit to tty:
SUPER+SHIFT+escape

Toggle active window to floating mode:
SUPER+SHIFT+F

Anything else I either forgot or it hyprland's default, check hyprland.conf if unsure.

About

Reference for my Hyprland configs. Workflow optimized to be as close as possible to DWM setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published