Added floating terminal and keyd config
This commit is contained in:
parent
e067f48a13
commit
c399b69186
7 changed files with 34 additions and 5 deletions
|
|
@ -20,6 +20,7 @@ bind = $mod, Q, killactive
|
|||
bind = $mod, F, fullscreen
|
||||
bind = $mod SHIFT, E, exit
|
||||
bind = $mod, Space, togglefloating
|
||||
bind = $mod, O, pseudo
|
||||
|
||||
# App moving
|
||||
bind = $mod, h, movefocus, l
|
||||
|
|
|
|||
|
|
@ -1,15 +1,16 @@
|
|||
# Normal variables
|
||||
$mod = alt
|
||||
$mod = super
|
||||
|
||||
# Essential variables
|
||||
$terminal = /usr/bin/kitty
|
||||
$terminal_float = $terminal --app-id "terminal-floating"
|
||||
$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
|
||||
$audio = $terminal_float /usr/bin/pulsemixer
|
||||
$networking = $terminal_float /usr/bin/nmtui
|
||||
$bluetooth = $terminal_float /usr/bin/bluetui
|
||||
$display = /usr/bin/nwg-displays -w ~/.config/hypr/land/workspaces.conf -m ~/.config/hypr/land/monitors.conf
|
||||
$menu = /usr/bin/rofi -show drun -theme ~/.config/rofi/themes/launcher-theme.rasi
|
||||
|
||||
|
|
|
|||
10
private_dot_config/hypr/land/rules.conf
Normal file
10
private_dot_config/hypr/land/rules.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
windowrule {
|
||||
name = terminal-floating
|
||||
match:class = terminal-floating
|
||||
|
||||
float = on
|
||||
center = on
|
||||
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue