Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update hyprland shortcuts

+18 -29
+18 -29
home/desktop/hyprland.nix
··· 133 133 bindp = [ 134 134 ", F11, fullscreen, 0" 135 135 "SUPER, W, killactive" 136 - "SUPER, O, overview:toggle, all" 137 - 138 - "SUPER, left, movefocus, l" 139 - "SUPER, down, movefocus, d" 140 - "SUPER, up, movefocus, u" 141 - "SUPER, right, movefocus, r" 142 136 143 137 "SUPER, H, movefocus, l" 144 138 "SUPER, J, movefocus, d" 145 139 "SUPER, K, movefocus, u" 146 140 "SUPER, L, movefocus, r" 141 + "SUPER_SHIFT, H, movewindow, l" 142 + "SUPER_SHIFT, J, movewindow, d" 143 + "SUPER_SHIFT, K, movewindow, u" 144 + "SUPER_SHIFT, L, movewindow, r" 147 145 146 + "SUPER_CONTROL, K, overview:toggle, all" 148 147 "SUPER_CONTROL, H, workspace, m-1" 149 - "SUPER_CONTROL, J, focusmonitor, +1" 150 - "SUPER_CONTROL, K, focusmonitor, -1" 151 148 "SUPER_CONTROL, L, workspace, m+1" 149 + "SUPER_CONTROL_SHIFT, H, movetoworkspace, -1" 150 + "SUPER_CONTROL_SHIFT, L, movetoworkspace, +1" 151 + 152 + "SUPER, up, overview:toggle, all" 153 + "SUPER, left, workspace, m-1" 154 + "SUPER, right, workspace, m+1" 155 + "SUPER_SHIFT, left, movetoworkspace, m-1" 156 + "SUPER_SHIFT, right, movetoworkspace, m+1" 157 + 158 + "SUPER_CONTROL, left, focusmonitor, -1" 159 + "SUPER_CONTROL, right, focusmonitor, +1" 160 + "SUPER_CONTROL_SHIFT, left, movecurrentworkspacetomonitor, -1" 161 + "SUPER_CONTROL_SHIFT, right, movecurrentworkspacetomonitor, +1" 152 162 ]; 153 163 154 164 bind = [ ··· 164 174 "SUPER_SHIFT, up, movewindow, u" 165 175 "SUPER_SHIFT, right, movewindow, r" 166 176 167 - "SUPER_SHIFT, H, movewindow, l" 168 - "SUPER_SHIFT, J, movewindow, d" 169 - "SUPER_SHIFT, K, movewindow, u" 170 - "SUPER_SHIFT, L, movewindow, r" 171 - 172 177 "SUPER, 1, workspace, 1" 173 178 "SUPER, 2, workspace, 2" 174 179 "SUPER, 3, workspace, 3" ··· 179 184 "SUPER, 8, workspace, 8" 180 185 "SUPER, 9, workspace, 9" 181 186 "SUPER, 0, workspace, 10" 182 - 183 - "SUPER_CONTROL_SHIFT, H, movetoworkspace, m-1" 184 - "SUPER_CONTROL_SHIFT, J, moveworkspacetomonitor, +1" 185 - "SUPER_CONTROL_SHIFT, K, moveworkspacetomonitor, -1" 186 - "SUPER_CONTROL_SHIFT, L, movetoworkspace, m+1" 187 - 188 - "SUPER_CONTROL, 1, movetoworkspace, 1" 189 - "SUPER_CONTROL, 2, movetoworkspace, 2" 190 - "SUPER_CONTROL, 3, movetoworkspace, 3" 191 - "SUPER_CONTROL, 4, movetoworkspace, 4" 192 - "SUPER_CONTROL, 5, movetoworkspace, 5" 193 - "SUPER_CONTROL, 6, movetoworkspace, 6" 194 - "SUPER_CONTROL, 7, movetoworkspace, 7" 195 - "SUPER_CONTROL, 8, movetoworkspace, 8" 196 - "SUPER_CONTROL, 9, movetoworkspace, 9" 197 - "SUPER_CONTROL, 0, movetoworkspace, 10" 198 187 199 188 "SUPER_SHIFT, 2, exec, ${hyprshot} -z -m window -m active" 200 189 "SUPER_SHIFT, 3, exec, ${hyprshot} -z -m output -m active"