mirror of
https://github.com/hyprwm/Hypr.git
synced 2026-05-05 06:37:59 +02:00
clean
This commit is contained in:
parent
c86deba103
commit
e94d514916
3 changed files with 0 additions and 8 deletions
|
|
@ -187,12 +187,6 @@ void KeybindManager::movetoworkspace(std::string arg) {
|
|||
try {
|
||||
if (arg == "scratchpad")
|
||||
g_pWindowManager->moveActiveWindowToWorkspace(SCRATCHPAD_ID);
|
||||
// else if (arg[0] == '+')
|
||||
// arg.erase(0, 1);
|
||||
// g_pWindowManager->moveActiveWindowToWorkspace(stoi(arg)+1);
|
||||
// else if (arg[0] == '-')
|
||||
// arg.erase(0, 1);
|
||||
// g_pWindowManager->moveActiveWindowToWorkspace(stoi(arg)-1);
|
||||
else
|
||||
g_pWindowManager->moveActiveWindowToWorkspace(stoi(arg));
|
||||
} catch (...) {
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@
|
|||
#include <string.h>
|
||||
#include <iostream>
|
||||
|
||||
// Default values
|
||||
void ConfigManager::init() {
|
||||
configValues["border_size"].intValue = 1;
|
||||
configValues["gaps_in"].intValue = 5;
|
||||
|
|
|
|||
|
|
@ -99,7 +99,6 @@ public:
|
|||
void toggleWindowFullscrenn(const int&);
|
||||
void recalcAllDocks();
|
||||
|
||||
void relativeWorkspace(int);
|
||||
void changeWorkspaceByID(int);
|
||||
void changeToLastWorkspace();
|
||||
void setAllWorkspaceWindowsDirtyByID(int);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue