ID:10T Error

This commit is contained in:
Brad 2019-03-13 15:15:16 -05:00
parent 43f9c9d6e8
commit 4a59e1b816
3 changed files with 7 additions and 6 deletions

View File

@ -11,6 +11,7 @@ map <F4> :vertical resize +5<CR>
map <F5> :se fdm=manual<CR>
map <F6> :se nofoldenable<CR>
set foldmethod=manual
set nu
set rnu
set autoread
set nowrap

View File

@ -55,10 +55,10 @@ bindsym $mod+Up focus up
bindsym $mod+Right focus right
# move focused window
bindsym $mod+Shift+j move left
bindsym $mod+Shift+k move down
bindsym $mod+Shift+l move up
bindsym $mod+Shift+semicolon move right
bindsym $mod+Shift+h move left
bindsym $mod+Shift+j move down
bindsym $mod+Shift+k move up
bindsym $mod+Shift+l move right
# alternatively, you can use the cursor keys:
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)
bindsym $mod+Shift+r restart
# 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)
mode "resize" {

View File

@ -67,7 +67,7 @@ mpris-enabled = false
# To avoid passing this information on the command line, uncomment
# and configure accordingly
#
spotify.user = bradart
spotify.user = kk6g3p24apnaiia2idka5w26j
spotify.password = Good2knoW
# spotify.recover_lost_token = false (set to true to continue playback after
# the token has been [spuriously?] lost)