ID:10T Error
This commit is contained in:
parent
43f9c9d6e8
commit
4a59e1b816
@ -11,6 +11,7 @@ map <F4> :vertical resize +5<CR>
|
|||||||
map <F5> :se fdm=manual<CR>
|
map <F5> :se fdm=manual<CR>
|
||||||
map <F6> :se nofoldenable<CR>
|
map <F6> :se nofoldenable<CR>
|
||||||
set foldmethod=manual
|
set foldmethod=manual
|
||||||
|
set nu
|
||||||
set rnu
|
set rnu
|
||||||
set autoread
|
set autoread
|
||||||
set nowrap
|
set nowrap
|
||||||
|
10
i3/config
10
i3/config
@ -55,10 +55,10 @@ bindsym $mod+Up focus up
|
|||||||
bindsym $mod+Right focus right
|
bindsym $mod+Right focus right
|
||||||
|
|
||||||
# move focused window
|
# move focused window
|
||||||
bindsym $mod+Shift+j move left
|
bindsym $mod+Shift+h move left
|
||||||
bindsym $mod+Shift+k move down
|
bindsym $mod+Shift+j move down
|
||||||
bindsym $mod+Shift+l move up
|
bindsym $mod+Shift+k move up
|
||||||
bindsym $mod+Shift+semicolon move right
|
bindsym $mod+Shift+l move right
|
||||||
|
|
||||||
# alternatively, you can use the cursor keys:
|
# alternatively, you can use the cursor keys:
|
||||||
bindsym $mod+Shift+Left move left
|
bindsym $mod+Shift+Left move left
|
||||||
@ -134,7 +134,7 @@ bindsym $mod+Shift+c reload
|
|||||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||||
bindsym $mod+Shift+r restart
|
bindsym $mod+Shift+r restart
|
||||||
# exit i3 (logs you out of your X session)
|
# exit i3 (logs you out of your X session)
|
||||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
bindsym $mod+Shift+e exec i3-msg exit #"i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||||
|
|
||||||
# resize window (you can also use the mouse for that)
|
# resize window (you can also use the mouse for that)
|
||||||
mode "resize" {
|
mode "resize" {
|
||||||
|
@ -67,7 +67,7 @@ mpris-enabled = false
|
|||||||
# To avoid passing this information on the command line, uncomment
|
# To avoid passing this information on the command line, uncomment
|
||||||
# and configure accordingly
|
# and configure accordingly
|
||||||
#
|
#
|
||||||
spotify.user = bradart
|
spotify.user = kk6g3p24apnaiia2idka5w26j
|
||||||
spotify.password = Good2knoW
|
spotify.password = Good2knoW
|
||||||
# spotify.recover_lost_token = false (set to true to continue playback after
|
# spotify.recover_lost_token = false (set to true to continue playback after
|
||||||
# the token has been [spuriously?] lost)
|
# the token has been [spuriously?] lost)
|
||||||
|
Loading…
Reference in New Issue
Block a user