Compare commits

..

2 Commits

Author SHA1 Message Date
tux
1a5e5b0c14 chore: update tpanel flake input 2026-02-12 11:47:02 +05:30
tux
a944ca11c7 feat(hyprland): add extra workspace 2026-02-12 11:46:50 +05:30
2 changed files with 13 additions and 7 deletions

6
flake.lock generated
View File

@@ -1754,11 +1754,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770153913, "lastModified": 1770876648,
"narHash": "sha256-tEpHZWabgnncAaNA7ShJX82kZ10wAG87ZJyt9wAs0UQ=", "narHash": "sha256-rRr0u1GbldVzglCbm9imgzuijiUPy+mNB5Tz/F1FzOA=",
"owner": "tuxdotrs", "owner": "tuxdotrs",
"repo": "tpanel", "repo": "tpanel",
"rev": "bd05b722f534ae58fb07bec27fdbead006cc1ba7", "rev": "69b93ca32f4e0efde6180609ebc786f9855389c1",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -40,7 +40,10 @@
#-- Output #-- Output
# See https://wiki.hyprland.org/Configuring/Monitors # See https://wiki.hyprland.org/Configuring/Monitors
monitor = "eDP-1,2560x1440@90,0x0,1"; monitor = [
"eDP-1,2560x1440@90,0x0,1"
"HDMI-A-1,preferred,0x-1440,1"
];
#-- Input: Keyboard, Mouse, Touchpad #-- Input: Keyboard, Mouse, Touchpad
input = { input = {
@@ -171,7 +174,7 @@
"float on, center on, size 900 700, match:class (org.kde.kdeconnect.sms|org.kde.kdeconnect.app)" "float on, center on, size 900 700, match:class (org.kde.kdeconnect.sms|org.kde.kdeconnect.app)"
"workspace 3 silent, match:class (firefox|brave-browser)" "workspace 3 silent, match:class (firefox|brave-browser)"
"workspace 5 silent, match:class (discord|org.telegram.desktop)" "workspace 6 silent, match:class (discord|org.telegram.desktop)"
]; ];
plugin = { plugin = {
@@ -246,6 +249,7 @@
"SUPER, 3, workspace, 3" "SUPER, 3, workspace, 3"
"SUPER, 4, workspace, 4" "SUPER, 4, workspace, 4"
"SUPER, 5, workspace, 5" "SUPER, 5, workspace, 5"
"SUPER, 6, workspace, 6"
# send to workspaces # send to workspaces
"SUPER_SHIFT, 1, movetoworkspacesilent, 1" "SUPER_SHIFT, 1, movetoworkspacesilent, 1"
@@ -253,14 +257,16 @@
"SUPER_SHIFT, 3, movetoworkspacesilent, 3" "SUPER_SHIFT, 3, movetoworkspacesilent, 3"
"SUPER_SHIFT, 4, movetoworkspacesilent, 4" "SUPER_SHIFT, 4, movetoworkspacesilent, 4"
"SUPER_SHIFT, 5, movetoworkspacesilent, 5" "SUPER_SHIFT, 5, movetoworkspacesilent, 5"
"SUPER_SHIFT, 6, movetoworkspacesilent, 6"
]; ];
workspace = [ workspace = [
"1, monitor:HDMI-A-1" "1, monitor:HDMI-A-1"
"2, monitor:HDMI-A-1" "2, monitor:HDMI-A-1"
"3, monitor:HDMI-A-1" "3, monitor:HDMI-A-1"
"4, monitor:eDP-1" "4, monitor:HDMI-A-1"
"5, monitor:eDP-1" "5, monitor:HDMI-A-1"
"6, monitor:eDP-1"
]; ];
binde = [ binde = [