Compare commits

...

3 commits

Author SHA1 Message Date
Hippolyte Chauvin
7820fa022e Script pour inverser les espaces de travail sur les moniteurs Hyprland 2023-05-09 23:04:38 +02:00
Hippolyte Chauvin
9b39ebddf3 Raccourci pour fermer une fenêtre 2023-05-08 22:57:14 +02:00
Hippolyte Chauvin
52dc3f31ac Place pour un écran à gauche 2023-05-08 19:05:58 +02:00
3 changed files with 6 additions and 2 deletions

4
bin/hyprland-swap_workspaces Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
monitors="$(hyprctl monitors | awk '($1 == "Monitor") { print $2 }' | xargs)"
hyprctl dispatch swapactiveworkspaces $monitors

View file

@ -1,5 +1,5 @@
# Monitor
monitor = , highrr, auto, 1
monitor = , highrr, 1920x0, 1
# Input
input {

View file

@ -3,7 +3,7 @@
$mainMod = SUPER
# Hyprland control
bind = $mainMod SHIFT, A, killactive,
bind = $mainMod SHIFT, Q, killactive,
bind = $mainMod SHIFT, E, exit,
# Windows controls