Basic rice set up. Still need to add a way to reiably update the package lists and i need a launcher.
This commit is contained in:
commit
3e89f350a6
107 changed files with 7553 additions and 0 deletions
16
private_dot_config/hypr/land/defaults.conf
Normal file
16
private_dot_config/hypr/land/defaults.conf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Normal variables
|
||||
$mod = alt
|
||||
|
||||
# Essential variables
|
||||
$terminal = /usr/bin/kitty
|
||||
$editor = /usr/bin/helix #THIS ONE MUST BE FULL PATH
|
||||
$lock = /usr/bin/hyprlock -c ~/.config/hypr/lock/lock.conf
|
||||
|
||||
# Setting applications
|
||||
$audio = $terminal /usr/bin/pulsemixer
|
||||
$networking = $terminal /usr/bin/nmtui
|
||||
$bluetooth = $terminal /usr/bin/bluetui
|
||||
$display = /usr/bin/nwg-displays -w ~/.config/hypr/land/workspaces.conf -m ~/.config/hypr/land/monitors.conf
|
||||
|
||||
# Other applications
|
||||
$browser = /usr/bin/firefox
|
||||
Loading…
Add table
Add a link
Reference in a new issue