Compare commits
8 Commits
f45387456b
...
504daea61e
| Author | SHA1 | Date | |
|---|---|---|---|
| 504daea61e | |||
| d06a382cbf | |||
| fac4a09eeb | |||
| fe90a0f607 | |||
| dfa689633f | |||
| c40210ab31 | |||
| f507d53c42 | |||
| c659d00098 |
@@ -46,3 +46,10 @@ exec-once = swww img ~/.config/wallpapers/green_yellow_forest.jpg --outputs $EXT
|
|||||||
exec-once = swww img ~/.config/wallpapers/green_yellow_forest.jpg --outputs $EXTERNAL_L2
|
exec-once = swww img ~/.config/wallpapers/green_yellow_forest.jpg --outputs $EXTERNAL_L2
|
||||||
exec-once = swww img ~/.config/wallpapers/buck_head.jpg --outputs $EXTERNAL_R1
|
exec-once = swww img ~/.config/wallpapers/buck_head.jpg --outputs $EXTERNAL_R1
|
||||||
exec-once = swww img ~/.config/wallpapers/buck_head.jpg --outputs $EXTERNAL_R2
|
exec-once = swww img ~/.config/wallpapers/buck_head.jpg --outputs $EXTERNAL_R2
|
||||||
|
|
||||||
|
####################
|
||||||
|
### MODIFIER ###
|
||||||
|
####################
|
||||||
|
|
||||||
|
$mainMod = SUPER
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
### MONITORS ###
|
### MONITORS ###
|
||||||
################
|
################
|
||||||
|
|
||||||
monitor=DSI-2, 720x1280, 0x0, 1
|
monitor=DSI-2, 720x1280, 0x0, 1, transform, 3
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
### ENVIRONMENT VARIABLES ###
|
### ENVIRONMENT VARIABLES ###
|
||||||
@@ -12,6 +12,18 @@ monitor=DSI-2, 720x1280, 0x0, 1
|
|||||||
|
|
||||||
env = WLR_NO_HARDWARE_CURSOR,1
|
env = WLR_NO_HARDWARE_CURSOR,1
|
||||||
|
|
||||||
|
####################
|
||||||
|
### KEYBOARD ###
|
||||||
|
####################
|
||||||
|
|
||||||
|
# The key with the house icon (between Fn and left Alt) IS Super_L.
|
||||||
|
# On uConsole: that bottom-row key left of spacebar = SUPER.
|
||||||
|
# If it doesn't work, use ALT instead:
|
||||||
|
# $mainMod = ALT (affects ALL binds below)
|
||||||
|
#
|
||||||
|
# Additional ALT bindings for convenience (work alongside SUPER):
|
||||||
|
# Note: SUPER+KEY and ALT+KEY both trigger the same action
|
||||||
|
|
||||||
####################
|
####################
|
||||||
### WORKSPACES ###
|
### WORKSPACES ###
|
||||||
####################
|
####################
|
||||||
@@ -25,3 +37,10 @@ workspace = 3, name:long-1, monitor:DSI-2
|
|||||||
####################
|
####################
|
||||||
|
|
||||||
exec-once = swww img ~/.config/wallpapers/green_yellow_forest.jpg --outputs DSI-2
|
exec-once = swww img ~/.config/wallpapers/green_yellow_forest.jpg --outputs DSI-2
|
||||||
|
|
||||||
|
####################
|
||||||
|
### MODIFIER ###
|
||||||
|
####################
|
||||||
|
|
||||||
|
$mainMod = CTRL ALT
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Host-specific settings (monitors, env, workspaces) in host/monitors.conf
|
# Host-specific settings (monitors, env, workspaces) in host/monitors.conf
|
||||||
|
|
||||||
source = mocha.conf
|
source = mocha.conf
|
||||||
source = ~/.cache/wal/colors-hyprland.conf
|
# source = ~/.cache/wal/colors-hyprland.conf (disabled — no pywal on uConsole)
|
||||||
source = hosts/monitors.conf
|
source = hosts/monitors.conf
|
||||||
|
|
||||||
###################
|
###################
|
||||||
@@ -27,7 +27,7 @@ exec-once = swww-daemon
|
|||||||
exec-once = swaync
|
exec-once = swaync
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
exec-once = hyprlock
|
exec-once = hyprlock
|
||||||
exec-once = /usr/bin/emacs --daemon
|
exec-once = emacs --daemon
|
||||||
exec-once = dbus-update-activation-environment --systemd HYPRLAND_INSTANCE_SIGNATURE
|
exec-once = dbus-update-activation-environment --systemd HYPRLAND_INSTANCE_SIGNATURE
|
||||||
|
|
||||||
#############################
|
#############################
|
||||||
@@ -111,7 +111,7 @@ device {
|
|||||||
### KEYBINDINGS ###
|
### KEYBINDINGS ###
|
||||||
###################
|
###################
|
||||||
|
|
||||||
$mainMod = SUPER
|
$mainMod = CTRL ALT
|
||||||
|
|
||||||
bind = $mainMod, T, exec, $terminal
|
bind = $mainMod, T, exec, $terminal
|
||||||
bind = $mainMod, D, killactive,
|
bind = $mainMod, D, killactive,
|
||||||
|
|||||||
Reference in New Issue
Block a user