mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Reverting back to previous xmonad.hs before someone edited for no reason :( .
This commit is contained in:
@@ -2,9 +2,10 @@
|
|||||||
-- Config was built using the following config:
|
-- Config was built using the following config:
|
||||||
-- https://github.com/numToStr/dotfiles/tree/master/neovim/.config/nvim/
|
-- https://github.com/numToStr/dotfiles/tree/master/neovim/.config/nvim/
|
||||||
|
|
||||||
local g = vim.g
|
local g = vim.g
|
||||||
local o = vim.o
|
local o = vim.o
|
||||||
local A = vim.api
|
local opt = vim.opt
|
||||||
|
local A = vim.api
|
||||||
|
|
||||||
-- cmd('syntax on')
|
-- cmd('syntax on')
|
||||||
-- vim.api.nvim_command('filetype plugin indent on')
|
-- vim.api.nvim_command('filetype plugin indent on')
|
||||||
@@ -80,6 +81,8 @@ o.splitbelow = true
|
|||||||
-- o.foldlevelstart = 99
|
-- o.foldlevelstart = 99
|
||||||
-- o.foldnestmax = 3
|
-- o.foldnestmax = 3
|
||||||
-- o.foldminlines = 1
|
-- o.foldminlines = 1
|
||||||
|
--
|
||||||
|
opt.mouse = "a"
|
||||||
|
|
||||||
-- Map <leader> to space
|
-- Map <leader> to space
|
||||||
g.mapleader = ' '
|
g.mapleader = ' '
|
||||||
|
|||||||
@@ -683,7 +683,7 @@ main = do
|
|||||||
xmproc1 <- spawnPipe ("xmobar -x 1 $HOME/.config/xmobar/" ++ colorScheme ++ "-xmobarrc")
|
xmproc1 <- spawnPipe ("xmobar -x 1 $HOME/.config/xmobar/" ++ colorScheme ++ "-xmobarrc")
|
||||||
xmproc2 <- spawnPipe ("xmobar -x 2 $HOME/.config/xmobar/" ++ colorScheme ++ "-xmobarrc")
|
xmproc2 <- spawnPipe ("xmobar -x 2 $HOME/.config/xmobar/" ++ colorScheme ++ "-xmobarrc")
|
||||||
-- the xmonad, ya know...what the WM is named after!
|
-- the xmonad, ya know...what the WM is named after!
|
||||||
xmonad $ addDescrKeys' ((mod4Mask, xK_F1), showKeybindings) myKeys $ ewmh $ ewmhFullscreen $ docks $ def -- Just remove $ ewmhFullscreen if YouTube fullscreen doesn't work
|
xmonad $ addDescrKeys' ((mod4Mask, xK_F1), showKeybindings) myKeys $ ewmh $ docks $ def
|
||||||
{ manageHook = myManageHook <+> manageDocks
|
{ manageHook = myManageHook <+> manageDocks
|
||||||
--, handleEventHook = docks
|
--, handleEventHook = docks
|
||||||
-- Uncomment this line to enable fullscreen support on things like YouTube/Netflix.
|
-- Uncomment this line to enable fullscreen support on things like YouTube/Netflix.
|
||||||
|
|||||||
Reference in New Issue
Block a user