Compare commits

..

No commits in common. "3b7c82345586474fcbd7245547cd6c09cc9974a6" and "db8dccebc75754b88206ec85689dc2b6036fea6e" have entirely different histories.

7 changed files with 8 additions and 19 deletions

View file

@ -108,7 +108,7 @@ bind = SUPER, A, workspace, 7
bind = SUPER, S, workspace, 8 bind = SUPER, S, workspace, 8
bind = SUPER, D, workspace, 9 bind = SUPER, D, workspace, 9
bind = SUPER, 0, workspace, 10 bind = SUPER, 0, workspace, 10
bind = ALT, 1, togglespecialworkspace, fluffychat bind = ALT, 1, togglespecialworkspace, whatsapp
bind = ALT, 2, togglespecialworkspace, thunderbird bind = ALT, 2, togglespecialworkspace, thunderbird
# Move active window to a workspace and switch with mainMod + SHIFT + [0-9] # Move active window to a workspace and switch with mainMod + SHIFT + [0-9]
@ -122,7 +122,7 @@ bind = SUPER SHIFT, A, movetoworkspace, 7
bind = SUPER SHIFT, S, movetoworkspace, 8 bind = SUPER SHIFT, S, movetoworkspace, 8
bind = SUPER SHIFT, D, movetoworkspace, 9 bind = SUPER SHIFT, D, movetoworkspace, 9
bind = SUPER SHIFT, 0, movetoworkspace, 10 bind = SUPER SHIFT, 0, movetoworkspace, 10
bind = ALT SHIFT, 1, movetoworkspace, special:fluffychat bind = ALT SHIFT, 1, movetoworkspace, special:whatsapp
bind = ALT SHIFT, 2, movetoworkspace, special:thunderbird bind = ALT SHIFT, 2, movetoworkspace, special:thunderbird
# Move active window to a workspace with mainMod + SHIFT + [0-9] # Move active window to a workspace with mainMod + SHIFT + [0-9]
@ -136,7 +136,7 @@ bind = SUPER CTRL, A, movetoworkspacesilent, 7
bind = SUPER CTRL, S, movetoworkspacesilent, 8 bind = SUPER CTRL, S, movetoworkspacesilent, 8
bind = SUPER CTRL, D, movetoworkspacesilent, 9 bind = SUPER CTRL, D, movetoworkspacesilent, 9
bind = SUPER CTRL, 0, movetoworkspacesilent, 10 bind = SUPER CTRL, 0, movetoworkspacesilent, 10
bind = ALT CTRL, 1, movetoworkspacesilent, special:fluffychat bind = ALT CTRL, 1, movetoworkspacesilent, special:whatsapp
bind = ALT CTRL, 2, movetoworkspacesilent, special:thunderbird bind = ALT CTRL, 2, movetoworkspacesilent, special:thunderbird
# Example special workspace (scratchpad) # Example special workspace (scratchpad)

View file

@ -24,7 +24,7 @@ exec-once = /home/rafayahmad/dotfiles/scripts/brightnessWidget.sh
exec-once = ~/dotfiles/scripts/battWarning.sh exec-once = ~/dotfiles/scripts/battWarning.sh
exec-once = ~/dotfiles/scripts/youtubeBlocker.py exec-once = ~/dotfiles/scripts/youtubeBlocker.py
exec-once = [workspace special:fluffychat silent] GTK_CSD=0 /opt/fluffychat/fluffychat exec-once = [workspace special:whatsapp silent] librewolf web.whatsapp.com
exec-once = [workspace special:thunderbird silent] thunderbird exec-once = [workspace special:thunderbird silent] thunderbird
# Source a file (multi-file configs) # Source a file (multi-file configs)
@ -147,5 +147,3 @@ windowrulev2 = float, class:(clipse)
windowrulev2 = size 700 600, class:(clipse) windowrulev2 = size 700 600, class:(clipse)
windowrulev2 = float, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$ windowrulev2 = float, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$
windowrulev2 = size 900 600, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$ windowrulev2 = size 900 600, class:^(xdg-desktop-portal-gtk|gtk3-filechooser-dialog)$
windowrulev2 = float, class:(org.gnome.Calculator)
windowrulev2 = size 500 700, class:(org.gnome.Calculator)

View file

@ -28,7 +28,6 @@ vim.keymap.set('n', '<C-w>', ':bd<CR>', { desc = 'save and close', nowait = true
-- delete word in insert mode -- delete word in insert mode
vim.keymap.set('i', '<C-BS>', '<C-w>', { desc = 'delete word in insert mode' }) vim.keymap.set('i', '<C-BS>', '<C-w>', { desc = 'delete word in insert mode' })
vim.keymap.set('n', '<leader>t', '<cmd>silent !kitty . &<CR>', { desc = 'open kitty in pwd' })
-- INFO: Right Dock: Terminal & MiniOilFiles -- INFO: Right Dock: Terminal & MiniOilFiles

View file

@ -139,15 +139,7 @@ return {
end end
}, },
-- { 'mason-org/mason.nvim', opts = {} }, { 'mason-org/mason.nvim', opts = {} },
{
"mason-org/mason.nvim",
config = function()
require("mason").setup({
log_level = vim.log.levels.DEBUG,
})
end,
},
{ {
'mason-org/mason-lspconfig.nvim', 'mason-org/mason-lspconfig.nvim',

View file

@ -27,8 +27,7 @@ return {
'tsx', 'tsx',
'prisma', 'prisma',
'regex', 'regex',
'kotlin', 'kotlin'
'java',
}, },
auto_install = false, auto_install = false,
highlight = { enable = true, }, highlight = { enable = true, },

View file

@ -53,6 +53,7 @@
"inhibitors", "inhibitors",
"title", "title",
"buttons-grid", "buttons-grid",
"mpris",
"notifications" "notifications"
], ],
"widget-config": { "widget-config": {

View file

@ -34,7 +34,7 @@
"on-click-middle": "close", "on-click-middle": "close",
"ignore-list": [ "ignore-list": [
"org.mozilla.Thunderbird", "org.mozilla.Thunderbird",
"fluffychat" "WhatsApp — LibreWolf"
] ]
}, },